summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-08-02 15:56:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-08-02 15:56:02 +0900
commite2ae1b249cf2d5258b552cfd682c7c0911981e9b (patch)
treedd1b2ea44e6b71aa60bac8ad88ad134a92249fd1 /src/constants.go
parent92b7efafcacfa5c5de2a8f22abd859b8fc994748 (diff)
0.22.00.22.0
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 07f0a250..b00b44ac 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.21.1"
+ version = "0.22.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond