summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-03-31 11:22:38 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-03-31 11:22:38 +0900
commitff951341c993ed84ad65344e496e122ee3dddf67 (patch)
tree7195a08f6e76ba44c41234c95b1e1b8757f2efa8 /src
parentdf570afd52a6cd25ea68e7837a0624e3aba0405d (diff)
downloadfzf-ff951341c993ed84ad65344e496e122ee3dddf67.tar.gz
0.18.0
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 85355371..a49e1fe1 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,7 +9,7 @@ import (
const (
// Current version
- version = "0.17.5"
+ version = "0.18.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond