Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Dec 19, 2023
1 parent 46d2663 commit 94c89d7
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:6.7.16
rwynn/monstache:6.7.17
2 changes: 1 addition & 1 deletion docker/release/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.16
6.7.17
2 changes: 1 addition & 1 deletion monstache.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var chunksRegex = regexp.MustCompile("\\.chunks$")
var systemsRegex = regexp.MustCompile("system\\..+$")
var exitStatus = 0

const version = "6.7.16"
const version = "6.7.17"
const mongoURLDefault string = "mongodb://localhost:27017"
const resumeNameDefault string = "default"
const elasticMaxConnsDefault int = 4
Expand Down

0 comments on commit 94c89d7

Please sign in to comment.