Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Oct 2, 2019
1 parent edfe114 commit 7f75777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/release/.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rwynn/monstache:3.26.0
rwynn/monstache:3.26.1
2 changes: 1 addition & 1 deletion docker/release/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.26.0
3.26.1
2 changes: 1 addition & 1 deletion monstache.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var exitStatus = 0
var mongoDialInfo *mgo.DialInfo
var statusReqC = make(chan *statusRequest)

const version = "3.26.0"
const version = "3.26.1"
const mongoURLDefault string = "localhost"
const resumeNameDefault string = "default"
const elasticMaxConnsDefault int = 4
Expand Down

0 comments on commit 7f75777

Please sign in to comment.