summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-10 01:54:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-10 01:54:53 +0900
commitdf468fc4827402b6abe857c114123aaed7e6636d (patch)
treecbf793d30687cd57d6249b2d7c060e95babfd29f /src
parent31278bcc6895089c97fc5d038cd1dd99053c3764 (diff)
0.11.00.11.0
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 3da03a4b..c5bcea49 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.9"
+ version = "0.11.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond