summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-15 06:06:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-15 06:06:22 +0900
commit62acb9adc47e714a427f12cb2e2c6ebca0bd7f38 (patch)
tree92984eba009f04dbb917c3d29b9a122b10dc805a /src/constants.go
parent0b5fa56444350c575ed6aeb0d1d0ec35f61c00c2 (diff)
downloadfzf-62acb9adc47e714a427f12cb2e2c6ebca0bd7f38.tar.gz
Fix error with empty list and release 0.9.1-dev
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 a8715700..c3d85755 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -5,7 +5,7 @@ import (
)
// Current version
-const Version = "0.9.0"
+const Version = "0.9.1-dev"
// fzf events
const (