summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-08-02 02:44:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-08-02 02:50:28 +0900
commitecb6b234cc130c760f792f95ce59b413be4cb5c4 (patch)
tree0eaa903b6175389a4499db735b823105728aff5d /src/constants.go
parent39dbc8acdbb41a1010bc38474e0a308cd0fc25e9 (diff)
0.16.110.16.11
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 9b71c529..10df1e7e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.16.10"
+ version = "0.16.11"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond