summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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