summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-08-14 18:06:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-08-14 18:10:21 +0900
commitc4c92142a6001936420096d9f8e335cb25e116aa (patch)
treed3e9b332b0a99831d2ff58bc48170d293f2dd7d0 /src/constants.go
parentd4b63381029b477d064d4c3ff38f4efb89ae950d (diff)
downloadfzf-c4c92142a6001936420096d9f8e335cb25e116aa.tar.gz
0.13.4
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 3dfbf46d..e87e3938 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.13.3"
+ version = "0.13.4"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond