summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-04-16 14:37:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-04-16 14:37:16 +0900
commit879ead210fbd5e0e05fe342f82197d2fba05c679 (patch)
tree180ef62638e525c6da25c88ef72e9402c670c686 /src
parent2f6d23b91e845f53e746e7cf74477a735ec88a85 (diff)
0.11.2
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 08324207..bb2af449 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.11.4"
+ version = "0.12.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond