summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-07-21 18:41:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-07-21 18:41:11 +0900
commit6dbc108da2770426eda79551368ac2582d9df9b4 (patch)
treec9128bc40b59ba9e581ed8adb180ff8b0bade25a /src/constants.go
parentbd98f988f0502251d13650afddde1916ad87d28d (diff)
0.16.100.16.10
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 30d1896d..9b71c529 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.16.9"
+ version = "0.16.10"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond