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