diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-14 21:45:37 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-04-14 21:45:37 +0900 |
| commit | 5c25984ea01677eb759501a5cff3fa63d2d460d8 (patch) | |
| tree | f73b7dd481bcb277372e8ac6f11a7ddede995ad1 /src/constants.go | |
| parent | 319d6ced80712eedc818d6d9f9982be4860b2c01 (diff) | |
| download | fzf-5c25984ea01677eb759501a5cff3fa63d2d460d8.tar.gz | |
Fix Unicode case handling (#186)
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 2 |
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 ( |
