From b0673c35634a04687237cd57ef4ab2fafeeb620a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 12 Mar 2020 13:15:45 +0900 Subject: 0.21.0 --- src/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 9c635ea5..32314822 100644 --- a/src/constants.go +++ b/src/constants.go @@ -10,7 +10,7 @@ import ( const ( // Current version - version = "0.20.0" + version = "0.21.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond -- cgit v1.2.3