m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 14:23:47 -05:00

Fix error with empty list and release 0.9.1-dev

This commit is contained in:
Junegunn Choi
2015-01-15 06:06:22 +09:00
parent 0b5fa56444
commit 62acb9adc4
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import (
)
// Current version
const Version = "0.9.0"
const Version = "0.9.1-dev"
// fzf events
const (