summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:47:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:47:57 +0900
commitf498a9b3fb9d9a78c6c9866ffc0e296c21b3d7b4 (patch)
tree336f12dd3db0dedb396f6d319d8ce90f7a56bc7d
parent13330738b8f8bd157e6c75c00172022636fc3422 (diff)
Revert version number
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index bee142f8..8be40eda 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.12.2"
+ version = "0.12.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond