summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-07 19:07:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-07 19:18:50 +0900
commitdba14d26303297322dc4426d38ebfbf1d76a6011 (patch)
treefd767c339ad0f9026e386fd4f67e4678b27baa08 /src/constants.go
parent2986e64a49f8b1b32d3090aee2e178fae60ce201 (diff)
0.23.00.23.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 b00b44ac..a43a407c 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.22.0"
+ version = "0.23.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond