summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-03 23:03:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-03 23:03:49 +0900
commit64afff6b9adf366e020fa0f9836154585dae8523 (patch)
treeb30aad59e1b30e034f689035a4b289bf80c04e20 /src
parent6bddffbca46e3bfdc0d858c65c8e4444dfa5b4b5 (diff)
downloadfzf-64afff6b9adf366e020fa0f9836154585dae8523.tar.gz
0.10.9
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 1c99e11d..3da03a4b 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.8"
+ version = "0.10.9"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond