From 607081bbaab228f41ebfe1f7aa0e993ab134c205 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 27 Oct 2020 01:01:58 +0900 Subject: [vim] Download latest binary to meet version requirement --- src/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3