summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-12-15 17:03:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-12-15 17:04:04 +0900
commit0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad (patch)
treeb73d5bec416386961693c1429168590f0b71e317 /main.go
parent2cb2af115af957813e3527b669e70d795ad4eae7 (diff)
downloadfzf-0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad.tar.gz
0.57.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 30bb1fbe..f0ff3652 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
-var version = "0.56"
+var version = "0.57"
var revision = "devel"
//go:embed shell/key-bindings.bash