summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-11-15 22:54:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-11-15 22:54:55 +0900
commit9a41fd5327ffb112ca68d023e165fe0fcee01320 (patch)
tree1ff03fc201adc05e2b1fb6f116a93205a2761431
parentb47104203747b2c1af17c07df4eadd6928f5cebc (diff)
0.19.00.19.0
-rwxr-xr-xinstall2
-rw-r--r--src/constants.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index c76b54f8..56146d5f 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.18.0
+version=0.19.0
auto_completion=
key_bindings=
update_config=2
diff --git a/src/constants.go b/src/constants.go
index 48ba2b7d..e32c092c 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.18.0"
+ version = "0.19.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond