This commit is contained in:
Junegunn Choi 2019-11-15 22:54:55 +09:00
parent b471042037
commit 9a41fd5327
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -u
version=0.18.0
version=0.19.0
auto_completion=
key_bindings=
update_config=2

View File

@ -10,7 +10,7 @@ import (
const (
// Current version
version = "0.18.0"
version = "0.19.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond