summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-22 01:42:38 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-22 01:42:38 +0900
commita4cf5510e36e02994549d2289074fffcf68ecf94 (patch)
tree2f82fa5ad1a6727fb11642ffdc11ba9accb68c76 /src
parentedb5ab56222add7552c9180a65b29afbe0af9714 (diff)
downloadfzf-a4cf5510e36e02994549d2289074fffcf68ecf94.tar.gz
0.9.11
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 b204cf96..e3b4c861 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.9.10"
+ Version = "0.9.11"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond