summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-12-18 01:07:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-12-18 01:07:25 +0900
commit30577b0c17afff0293700ffa6b7ccb0c954e0b96 (patch)
treeeff57bc7143fabf5b43cad91c085ff205842896f /src/constants.go
parent212de25409636388a2a23befa847b2fa5a5d23ee (diff)
0.20.00.20.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 e32c092c..5b85d8af 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -10,7 +10,7 @@ import (
const (
// Current version
- version = "0.19.0"
+ version = "0.20.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond