summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-09-25 22:20:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-09-25 22:20:43 +0900
commit1bc223d4b3849818b14c87e886359c2e4a617fb2 (patch)
treebd391c3313476233bdc17c34934e59ad35a062ba /src
parentbef405bfa5f4ea3ec37505f1f97b4eac0645dd55 (diff)
downloadfzf-1bc223d4b3849818b14c87e886359c2e4a617fb2.tar.gz
0.15.2
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 ca8b475f..1582c9d4 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.1"
+ version = "0.15.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond