summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-03-03 01:57:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-03-03 01:57:28 +0900
commitb47ab633e297a64a4dacd59dea008144638d8e97 (patch)
treee9d6b2ccf2ef9285ba3217f57c23c3beb2871758 /src
parent09a2ab39fe4c1c57d789d8b7c6dff91e47885a71 (diff)
0.11.40.11.4
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 e859f3bc..08324207 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.11.3"
+ version = "0.11.4"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond