summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-26 23:57:26 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-26 23:57:26 +0900
commit6166e2dd805b4647dbf20facab71ba0745c1ec44 (patch)
treead1816401c608da30fe78b438b4525feb6eb537d /src/constants.go
parentee0c8a2635f564870be7926ded092939428a8b57 (diff)
downloadfzf-6166e2dd805b4647dbf20facab71ba0745c1ec44.tar.gz
0.10.1
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 26929079..cc63af3d 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -8,7 +8,7 @@ import (
const (
// Current version
- Version = "0.10.0"
+ Version = "0.10.1"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond