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 dc7af02 commit f3ca677
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.0.7"
const Version = "3.1.0"
const mongoUrlDefault string = "localhost"
const resumeNameDefault string = "default"
const elasticMaxConnsDefault int = 10
Expand Down

0 comments on commit f3ca677

Please sign in to comment.