summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-08 02:09:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-08 02:09:56 +0900
commita30999a78528b3c773b86ca5bd21a0220116c9de (patch)
tree552de7edae2d01a5b99b1746b41370a715a7a020 /src/constants.go
parent1a50f1eca1ce81da30cdf47291a485aea1a6431a (diff)
Prepare for 0.16.0 release
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 b9def74b..9640dbe7 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.9"
+ version = "0.16.0-alpha"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond