summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-10-16 01:58:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-10-16 01:58:57 +0900
commit0b33dc6ce19357f7b32857dbb1fecd181fb899e8 (patch)
tree5e17daa57cc9169d88c3de07c8f70bf0d4d1d51a /src/constants.go
parent64a6ced62e626895bc0d47cb124c4a56678a1273 (diff)
0.17.10.17.1
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 d5445299..e6ed1702 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.17.0"
+ version = "0.17.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond