summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-12 12:50:32 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-12 12:50:32 +0900
commitde829c09385c7db074001467873620117e20237a (patch)
tree7dce3b6690cdcf4c9b576d5264a8e40c8282e0b8 /src/constants.go
parent64443221aab288a3069d01cdaf86706c6c1d91f3 (diff)
downloadfzf-de829c09385c7db074001467873620117e20237a.tar.gz
0.10.5
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 e335a571..b2225f14 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.4"
+ version = "0.10.5"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond