summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-14 21:45:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-14 21:45:37 +0900
commit5c25984ea01677eb759501a5cff3fa63d2d460d8 (patch)
treef73b7dd481bcb277372e8ac6f11a7ddede995ad1 /src/constants.go
parent319d6ced80712eedc818d6d9f9982be4860b2c01 (diff)
downloadfzf-5c25984ea01677eb759501a5cff3fa63d2d460d8.tar.gz
Fix Unicode case handling (#186)
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 5cd6d80b..36804d0b 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -5,7 +5,7 @@ import (
)
// Current version
-const Version = "0.9.7"
+const Version = "0.9.8"
// fzf events
const (