summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-24 00:37:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-24 00:37:47 +0900
commitf2ce233a6dfe5d8c30a6abe527db9187790f4245 (patch)
treebc18e86475789fac249a31e7e4207507265f2384 /src
parent6a75e30941af50a7197ef5e96c07a8605aec9a53 (diff)
0.16.20.16.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 082909b8..5013e031 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.2-alpha"
+ version = "0.16.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond