summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-06-14 21:53:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-06-14 21:53:00 +0900
commit8a90f26c8a4ac34517eeed9f3498dd790d255474 (patch)
treea0073386022fc5f78c0504ba4f625d516a15d47d /src
parent24e1fabf2e805ad28901618fafe5fd389b599b4e (diff)
0.13.10.13.1
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 a9f14b7b..5147b175 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.13.0"
+ version = "0.13.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond