summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-05 23:28:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-05 23:28:24 +0900
commit1da065e50e2b1270bec1f62f46daf6e84e9ca991 (patch)
treef7d86f6c0ac2584085ac3299a7ea908546a6c4d1 /src/constants.go
parent86bc9d506fb29d65d6d666d18422f3337bf52f13 (diff)
0.10.70.10.7
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 7deb078f..969eaa94 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.6"
+ version = "0.10.7"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond