summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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