summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-26 12:25:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-26 12:36:24 +0900
commita71c47140575b324afeb054a4fbc0e3fa505d4d0 (patch)
tree1fbda4c1d4520eeef3508a3ce4126ce048bf88eb /src/constants.go
parent3858086047e0de96ffe81ab966107b022c8adc2a (diff)
0.15.90.15.9
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 52884a7d..b9def74b 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.8"
+ version = "0.15.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond