summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-04-30 11:54:40 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-04-30 11:54:40 +0900
commit2d61691bb2641f53f3503c4b5d8ea57b0736da4d (patch)
tree3f3ce6e001a99fb68a8d67998fe5412217cd94f0 /src/constants.go
parenteba9e04e2ef2b0c17c0f80bde92469409bec0713 (diff)
0.16.70.16.7
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 42289843..941fdcc4 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.6"
+ version = "0.16.7"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond