summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-19 01:47:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-19 01:55:54 +0900
commit2f364c62f442af24ed332dc6fe018e676b8dd28c (patch)
tree4babd4a12d645d8c5bb316fc20599c2b19be240b /src
parent7ed9f8366235a70ce03cf3ab05fcfb6dbcfd9a10 (diff)
0.12.20.12.2
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 c60c9582..2848c821 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.12.1"
+ version = "0.12.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond