summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-11 02:04:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-11 02:04:07 +0900
commitfc7630a66d8b07ec90603f7919f8aadf891783ac (patch)
tree9a5f2893ddb2a35805b76826914b90b9c11ee936 /src
parent3248153d9f928710103073de0752145ffb95a631 (diff)
0.23.10.23.1
Diffstat (limited to 'src')
-rw-r--r--src/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.go b/src/constants.go
index a43a407c..b7315024 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.23.0"
+ version = "0.23.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond