Skip to content

Commit e9c8b73

Browse files
committed
New release
1 parent d215f30 commit e9c8b73

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.7.4
1+
rwynn/monstache:6.7.5

docker/release/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.4
1+
6.7.5

monstache.go

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

85-
const version = "6.7.4"
85+
const version = "6.7.5"
8686
const mongoURLDefault string = "mongodb://localhost:27017"
8787
const resumeNameDefault string = "default"
8888
const elasticMaxConnsDefault int = 4

0 commit comments

Comments
 (0)