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