summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-07-16 01:06:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-07-16 01:06:53 +0900
commitfccc93176bbad6658324ffe121775dc2e0d66c07 (patch)
treea30a4f35212912d4cffead501ccb2027b34ef5e5 /src/constants.go
parent6439a138feff689ddf6c81c66fb7ad48d4b31a2a (diff)
downloadfzf-fccc93176bbad6658324ffe121775dc2e0d66c07.tar.gz
0.13.3
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 bc06c05e..3dfbf46d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.13.2"
+ version = "0.13.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond