summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-05-21 00:38:40 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-05-21 00:44:49 +0900
commit34946b72a5e5a3d3c5c31fef4b373dcbc7b3821f (patch)
treed79a130c1a057888c6833c8cfed51a6d641bfb2e /src/constants.go
parent1592bedbe82e2c58dcc9b990655c65a1116d1ff7 (diff)
0.9.12
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 e3b4c861..b0710af7 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.9.11"
+ Version = "0.9.12"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond