From 64afff6b9adf366e020fa0f9836154585dae8523 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 3 Nov 2015 23:03:49 +0900 Subject: 0.10.9 --- install | 4 ++-- src/constants.go | 2 +- 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 -- cgit v1.2.3