summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-03-05 03:05:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-03-05 03:05:06 +0900
commite03e91477b768ff5f798708f70e7236be3ff8e26 (patch)
tree1669e80621d99c9aecbf9c291e5d8c0f3160d1d7 /src/constants.go
parent88ac3971587ed93060df4c9e5eb06206519e0aad (diff)
0.16.60.16.6
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 38756e90..42289843 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.5"
+ version = "0.16.6"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond