summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-07-21 00:08:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-07-21 00:08:55 +0900
commit18a1aeaa911700488258999a9f05806b6975ff3c (patch)
tree071c9543fd628dd0fc9d25a5cbda9a6fe3525360 /src/constants.go
parentc9f16b6430f3b9c9d12ee078e2218e8467c13340 (diff)
0.16.90.16.9
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 56097ffa..30d1896d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.16.8"
+ version = "0.16.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond