summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-19 23:13:26 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-19 23:13:26 +0900
commit6a65006f55c527d86d6924ee296828a50e77a7e9 (patch)
tree6c8016e07b931cfeecf44a4adb48f10bfe44d479 /src/constants.go
parentd75ed841a939481a8c74d63c8d463fa566560ca3 (diff)
0.15.80.15.8
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 23537050..52884a7d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.7"
+ version = "0.15.8"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond