summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-07-07 16:30:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-07-08 22:51:48 +0900
commit9e92b6f11e0f59272de410f56493893334071e6e (patch)
treeb217b147ffe2a6e9ee963736d5c793c5f9904fd5 /main.go
parent6cbde812f6dc81c35f61fc1f6b88f6a1a6ff1e68 (diff)
downloadfzf-9e92b6f11e0f59272de410f56493893334071e6e.tar.gz
0.54.0
New tags will have `v` prefix. * https://github.com/junegunn/fzf/issues/2879 * https://github.com/golang/go/issues/32945 Close #2879
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f32813da..cb7ebe6e 100644
--- a/main.go
+++ b/main.go
@@ -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