summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-06-12 02:15:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-06-12 02:15:11 +0900
commit3e1d6a7bcf2a47a494d602389fda415d8fad8e03 (patch)
tree6f1cf2fba44bf162db77be778dab7c1032088ecd /src
parent2bbc12063c475cb7c78c7633e2ffad41aa49d233 (diff)
0.13.00.13.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 2848c821..a9f14b7b 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.12.2"
+ version = "0.13.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond