summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-09-21 01:28:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-09-21 01:28:24 +0900
commit7fa5e6c86184b3127f64ce0f7a45b945df077e77 (patch)
tree754217233aa8ada897c1a6b8971cf93d49ab7ab1 /src/constants.go
parent00f96aae769be244ea5f14811d58d8adddf587f7 (diff)
downloadfzf-7fa5e6c86184b3127f64ce0f7a45b945df077e77.tar.gz
0.15.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 acb3b4cc..ca8b475f 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.15.0"
+ version = "0.15.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond