summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-26 23:57:26 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-27 00:09:07 +0900
commit909ea1a698e9021fbae3366b1e71ba12f0dd7270 (patch)
tree60012a22d6db9b47b38d09d8926a8d85a5a959e7 /src/constants.go
parent7231acd44297850730fed1f6069b340e1885f352 (diff)
0.10.10.10.1
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 26929079..cc63af3d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.10.0"
+ Version = "0.10.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond