summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-04-03 17:33:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-04-03 17:33:29 +0900
commit334a4fa15920b08f7be2432398e620587cc6f079 (patch)
tree96a946559bdb55289839b8ab3cbb83f71c609e32 /src/constants.go
parent21f94ee800619d0c88fcd8bac32288fd8f831826 (diff)
0.21.10.21.1
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 32314822..07f0a250 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.21.0"
+ version = "0.21.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond