summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-06-16 02:16:13 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-06-16 02:16:13 +0900
commit5759d50d4a4ff05f826d1fe546b76315d3860a82 (patch)
tree56e7c8a284a503c42a87abbb21c9e418aed7f11e /src/constants.go
parente455836cc98770df01e9cfb406795c868a266173 (diff)
0.13.20.13.2
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 5147b175..bc06c05e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.13.1"
+ version = "0.13.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond