summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-12-01 00:39:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-12-01 00:39:45 +0900
commit248320fa55c75a69a8f479125de68f10ee2311d0 (patch)
treedccfa3f01324a3242c225e5364e85f3af6407185 /src
parentd4e26707c7199aa8e048f94bfd8ceab5fafe42b6 (diff)
0.11.10.11.1
Diffstat (limited to 'src')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index c5bcea49..4a18da5a 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.11.0"
+ version = "0.11.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond