summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-03 02:09:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-03 02:09:07 +0900
commit52771a6226188ec20f2c1bdc481e5c15ac4d119a (patch)
tree02fcda4782d32baf80ee1e94771a0443f05b5a4f /src
parentb00bcf506e0554b918e7aa75842277bc9a65dda8 (diff)
downloadfzf-52771a6226188ec20f2c1bdc481e5c15ac4d119a.tar.gz
0.9.13
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 b0710af7..20f4bf8c 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.9.12"
+ Version = "0.9.13"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond