Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Feb 28, 2018
1 parent d88eea2 commit 4fba9d3
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 @@ -58,7 +58,7 @@ var routingNamespaces map[string]bool = make(map[string]bool)
var chunksRegex = regexp.MustCompile("\\.chunks$")
var systemsRegex = regexp.MustCompile("system\\..+$")

const version = "4.1.2"
const version = "4.2.0"
const mongoURLDefault string = "localhost"
const resumeNameDefault string = "default"
const elasticMaxConnsDefault int = 10
Expand Down

0 comments on commit 4fba9d3

Please sign in to comment.