diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-28 00:32:41 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-28 01:11:00 +0900 |
| commit | 397fe8e395d215cc3ce3d24527ae1cdbe27acb1b (patch) | |
| tree | 52113955f39321ba83bc66c2bee1fe6069489f01 /main.go | |
| parent | 111266d83246cffa0f70d1db054f1e39a555ff80 (diff) | |
| download | fzf-397fe8e395d215cc3ce3d24527ae1cdbe27acb1b.tar.gz | |
0.63.0
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version = "0.62" +var version = "0.63" var revision = "devel" //go:embed shell/key-bindings.bash |
