From 30577b0c17afff0293700ffa6b7ccb0c954e0b96 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 Dec 2019 01:07:25 +0900 Subject: 0.20.0 --- 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 e32c092c..5b85d8af 100644 --- a/src/constants.go +++ b/src/constants.go @@ -10,7 +10,7 @@ import ( const ( // Current version - version = "0.19.0" + version = "0.20.0" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond -- cgit v1.2.3