summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-03 00:21:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-03 00:21:21 +0900
commitc4cf90a3d22a4641633f366fe64b992a62dab13f (patch)
tree7fbd9193975cab5c7f15d557a366194029013f7d /src
parent15c49a3e084d758d3e475da27111732556deaecb (diff)
downloadfzf-c4cf90a3d22a4641633f366fe64b992a62dab13f.tar.gz
0.10.2
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 91c863a6..e19f5f4e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.1"
+ version = "0.10.2"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond