summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-06-05 23:21:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-06-05 23:21:50 +0900
commitb49f22cdf9f2ca021382ddeb026c739a22120781 (patch)
treee53982aa06f3042e0b1ef2d3576c6f64b06a2b7e /src/constants.go
parent7e483b0c25224ae218bcc2fb67896d6b4d1c8ea0 (diff)
0.16.80.16.8
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 06889903..56097ffa 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.16.7"
+ version = "0.16.8"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond