summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-04-25 01:23:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-04-25 01:23:52 +0900
commit35a9aff8e1caaaa18bce82e93a54b12e73c897c2 (patch)
treec1dacb0227ffb92ae3c0ff8de5c2e3beea5312c4 /src
parent988c9bd9be48b487bccca2d1d90d67c341c3bbf3 (diff)
0.12.10.12.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 bb2af449..2e41e8be 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.12.0"
+ version = "0.12.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond