From 552414978ed74e7cd77bd57874f6fbbe3e0024c4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 27 Oct 2020 01:46:43 +0900 Subject: 0.24.0-rc1 --- src/constants.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index ca181ed0..9842e0bf 100644 --- a/src/constants.go +++ b/src/constants.go @@ -9,9 +9,6 @@ import ( ) const ( - // Current version - version = "0.24.0" - // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond coordinatorDelayStep time.Duration = 10 * time.Millisecond -- cgit v1.2.3