m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00
New tags will have `v` prefix.

* https://github.com/junegunn/fzf/issues/2879
* https://github.com/golang/go/issues/32945

Close #2879
This commit is contained in:
Junegunn Choi
2024-07-07 16:30:23 +09:00
parent 6cbde812f6
commit 9e92b6f11e
8 changed files with 16 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
var version = "0.53"
var version = "0.54"
var revision = "devel"
//go:embed shell/key-bindings.bash