summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-10-09 12:41:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-10-09 12:42:07 +0900
commitb3010a46241df01a93dd844822762d9f93ca2850 (patch)
tree37d7e8b6735f0fbc169fe345d00af340787549fb /src/constants.go
parent7d53051ec891fec3fce1788278b9937b1994efca (diff)
downloadfzf-b3010a46241df01a93dd844822762d9f93ca2850.tar.gz
0.10.8
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 969eaa94..1c99e11d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.7"
+ version = "0.10.8"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond