We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafa2ce commit 145ea93Copy full SHA for 145ea93
3 files changed
docker/release/.tag
@@ -1 +1 @@
1
-rwynn/monstache:5.7.6
+rwynn/monstache:5.7.7
docker/release/.version
-5.7.6
+5.7.7
monstache.go
@@ -82,7 +82,7 @@ var chunksRegex = regexp.MustCompile("\\.chunks$")
82
var systemsRegex = regexp.MustCompile("system\\..+$")
83
var exitStatus = 0
84
85
-const version = "5.7.6"
+const version = "5.7.7"
86
const mongoURLDefault string = "mongodb://localhost:27017"
87
const resumeNameDefault string = "default"
88
const elasticMaxConnsDefault int = 4
0 commit comments