This commit is contained in:
Junegunn Choi 2015-11-03 23:03:49 +09:00
parent 6bddffbca4
commit 64afff6b9a
2 changed files with 3 additions and 3 deletions

View File

@ -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=

View File

@ -8,7 +8,7 @@ import (
const (
// Current version
version = "0.10.8"
version = "0.10.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond