summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-02 23:39:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-02 23:39:47 +0900
commitbbe1721a1883426f639c1efe6afef1d3e6c25181 (patch)
tree32ec252df4d6e394a4fc764408d155088ad35286 /main.go
parentc1470a51b84283db661acfbb70d1323e86ca7bf8 (diff)
downloadfzf-bbe1721a1883426f639c1efe6afef1d3e6c25181.tar.gz
0.59.0
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 6d088783..1948db02 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
-var version = "0.58"
+var version = "0.59"
var revision = "devel"
//go:embed shell/key-bindings.bash