Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Jul 1, 2017
1 parent 1d68bc4 commit 0a83f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monstache.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var chunksRegex = regexp.MustCompile("\\.chunks$")
var systemsRegex = regexp.MustCompile("system\\..+$")
var lastTimestamp bson.MongoTimestamp

const Version = "3.1.0"
const Version = "3.1.1"
const mongoUrlDefault string = "localhost"
const resumeNameDefault string = "default"
const elasticMaxConnsDefault int = 10
Expand Down

0 comments on commit 0a83f5f

Please sign in to comment.