summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-02-19 01:40:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-02-19 01:40:25 +0900
commite87a85a1791877b6850298d7def7a253540a891c (patch)
tree10eeb7af99b4759518b34ed096bb7ea1bc4ce37a /src
parent11407bf65650ef5bd97453e16ab3424b90ef750e (diff)
0.16.50.16.5
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 cf91ce51..38756e90 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.16.4"
+ version = "0.16.5"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond