summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-16 12:12:59 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-16 12:27:40 +0900
commit62ab8ece5edb5e7e2d36ffd24d0e32071c863cdc (patch)
tree02a607fb5cc1135e59474b761b55b9e41f85107a /src/constants.go
parent8e2e63f9b9e7fb2a9f4c58ebc18c5d8a0b4924fe (diff)
0.16.10.16.1
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 1abc9b96..0faa7da1 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.0"
+ version = "0.16.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond