Skip to content
Snippets Groups Projects
Commit 64afff6b authored by Junegunn Choi's avatar Junegunn Choi
Browse files

0.10.9

parent 6bddffbc
No related branches found
No related tags found
No related merge requests found
......@@ -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=
......
......@@ -8,7 +8,7 @@ import (
const (
// Current version
version = "0.10.8"
version = "0.10.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment