summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-10-12 22:17:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-10-12 22:17:52 +0900
commit8cdfb23df69df0a991d122185b00e8900875a8cf (patch)
tree556ec8c0d1e087ad397fa7471c8b2c93ff902665 /main.go
parent4ffde48e2f4d5e745b757ba75f650ed6da4d6623 (diff)
downloadfzf-8cdfb23df69df0a991d122185b00e8900875a8cf.tar.gz
0.66.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 9c4914f1..5ea69ea9 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)
-var version = "0.65"
+var version = "0.66"
var revision = "devel"
//go:embed shell/key-bindings.bash