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