summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-16 02:39:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-16 02:39:37 +0900
commit4bece042077dbf2a37e4f6a9e03e34e2cd20014c (patch)
tree6d0a3b755e3205ac96652fef58aef69fee6547f7 /src/constants.go
parentede7bfb90105b7df5bf115a837e307ac3f2540fe (diff)
0.16.0
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 9640dbe7..1abc9b96 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.0-alpha"
+ version = "0.16.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond