summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-12-03 23:34:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-12-03 23:34:37 +0900
commit2f1edeff78e275662667abc616287e7b9909c1c0 (patch)
tree59c19e437ada73d5977147fc9c8fae89812b974e /src/constants.go
parent306d51cdcf7113f720baf9d0a4518da539a13309 (diff)
0.17.2
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 8eddce9f..eebb1924 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.17.1"
+ version = "0.17.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond