summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-02-07 10:56:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-02-07 11:00:10 +0900
commit40d934e378ec2072c9d807f7ca1fca73bda1d13d (patch)
treef624a24cbcf1929409d9a1008436018a17ac2340 /src/constants.go
parente95d82748fc8fe5a05d93b30388ba37adb7dbac8 (diff)
downloadfzf-40d934e378ec2072c9d807f7ca1fca73bda1d13d.tar.gz
0.11.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 6f6898d5..e859f3bc 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.11.2"
+ version = "0.11.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond