summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-03 23:03:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-03 23:03:49 +0900
commit64afff6b9adf366e020fa0f9836154585dae8523 (patch)
treeb30aad59e1b30e034f689035a4b289bf80c04e20
parent6bddffbca46e3bfdc0d858c65c8e4444dfa5b4b5 (diff)
0.10.90.10.9
-rwxr-xr-xinstall4
-rw-r--r--src/constants.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/install b/install
index 62780f4d..b60fc00b 100755
--- a/install
+++ b/install
@@ -2,8 +2,8 @@
set -u
-[[ "$@" =~ --pre ]] && version=0.10.8 pre=1 ||
- version=0.10.8 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.9 pre=1 ||
+ version=0.10.9 pre=0
auto_completion=
key_bindings=
diff --git a/src/constants.go b/src/constants.go
index 1c99e11d..3da03a4b 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.8"
+ version = "0.10.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond