diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-15 06:06:22 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-15 06:06:22 +0900 |
| commit | 62acb9adc47e714a427f12cb2e2c6ebca0bd7f38 (patch) | |
| tree | 92984eba009f04dbb917c3d29b9a122b10dc805a /src/constants.go | |
| parent | 0b5fa56444350c575ed6aeb0d1d0ec35f61c00c2 (diff) | |
| download | fzf-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.go | 2 |
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 ( |
