summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-10-23 22:00:32 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-10-23 22:00:32 +0900
commit9f30ca292355db7af200c41fac45882b529a56f9 (patch)
tree45fc54205d87bc1acb0697594ffa3b7932f482c0 /src/constants.go
parent37f2d8f7952879bffd1326b88e4f0069ec1188d7 (diff)
0.15.50.15.5
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 a96c362c..bec3bb6c 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.4"
+ version = "0.15.5"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond