summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-27 01:01:58 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-27 01:01:58 +0900
commit607081bbaab228f41ebfe1f7aa0e993ab134c205 (patch)
treef235bce78bba017d83cf8390ea57e60be476c2da /src/constants.go
parente73383fbbba172c1375c4b8d09328f30516d5333 (diff)
[vim] Download latest binary to meet version requirement
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index 9a5b8fa3..ca181ed0 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.23.1"
+ version = "0.24.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond