summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-12 02:09:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-12 02:09:46 +0900
commit8156e9894e9f05cfea9043af44d0258ad2a6721d (patch)
tree5b992a33ff7b2530184bc78f35b20fa7505b6607 /src
parentcacc212f12387f746191ee754f6b6bd58d3441e0 (diff)
downloadfzf-8156e9894e9f05cfea9043af44d0258ad2a6721d.tar.gz
0.10.3
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 e19f5f4e..27b69d4e 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- version = "0.10.2"
+ version = "0.10.3"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond