summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:27:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:27:09 +0900
commit987799f8fbd2367fe99383a1ddf9ddf5d4ed253f (patch)
treec8802e5ee587aa5a119e63018318589fbf9299bc /src
parentd2f3604c1dd176b485ab82cebc956560f2e73657 (diff)
downloadfzf-987799f8fbd2367fe99383a1ddf9ddf5d4ed253f.tar.gz
Revert "0.10.6"
This reverts commit d2f3604c1dd176b485ab82cebc956560f2e73657.
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 7deb078f..1cc4f81f 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.6"
+ version = "0.10.5"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond