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