summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2018-10-07 01:43:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-10-07 01:46:29 +0900
commitb46227dcb6f1718d66ad828443d9f03a4bd58c4c (patch)
treeabc378192999f2989cd64f16c694f0df510cc1f8 /src/constants.go
parentfd8d371ac790bfb72b904b52bf3f28974a4d8b74 (diff)
0.17.50.17.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 5f583e4c..85355371 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.17.4"
+ version = "0.17.5"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond