Skip to content

Commit 3b0ff3c

Browse files
committed
new release
1 parent c90f4b2 commit 3b0ff3c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/release/.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rwynn/monstache:6.5.4
1+
rwynn/monstache:6.5.5

docker/release/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.4
1+
6.5.5

monstache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var chunksRegex = regexp.MustCompile("\\.chunks$")
8080
var systemsRegex = regexp.MustCompile("system\\..+$")
8181
var exitStatus = 0
8282

83-
const version = "6.5.4"
83+
const version = "6.5.5"
8484
const mongoURLDefault string = "mongodb://localhost:27017"
8585
const resumeNameDefault string = "default"
8686
const elasticMaxConnsDefault int = 4

0 commit comments

Comments
 (0)