summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:53:17 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-30 01:53:17 +0900
commitd85a69a7092ac88bf0609643d9a2ad77d4d69ca9 (patch)
tree8a6c407167fe50e2cb1f2234befd8a4e8997b78f /src/constants.go
parenta425e96fb28624b5add9e1536badfb620a150125 (diff)
0.16.30.16.3
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 5013e031..49366938 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.2"
+ version = "0.16.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond