From 9a41fd5327ffb112ca68d023e165fe0fcee01320 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 15 Nov 2019 22:54:55 +0900 Subject: [PATCH] 0.19.0 --- install | 2 +- src/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index c76b54f..56146d5 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 48ba2b7..e32c092 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