summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-03-12 13:15:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-12 13:15:45 +0900
commitb0673c35634a04687237cd57ef4ab2fafeeb620a (patch)
tree691d4fa82391495a03bdd61e2b7c799bab3fabad /src/constants.go
parent373c6d8d55066251dc7af58598de6af4ff4570cf (diff)
0.21.00.21.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 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