summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-09 12:41:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-09 12:41:46 +0900
commita2beb159f1757961f1314b2739b5707ea2af2ea0 (patch)
tree65ba427452050c97177e8c083d8b1ef389d7adc2 /src/constants.go
parent7ce427ff47fa613b43b9b5d251fca10768f5da01 (diff)
0.15.70.15.7
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index e0740af6..23537050 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.6"
+ version = "0.15.7"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond