diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-08 00:15:30 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-08 00:15:30 +0900 |
| commit | bcda25a513abc2d4744bc1f8c910eaae305a5242 (patch) | |
| tree | c6a7486c639bde62856c3a6e0d6a5e2ef0120e96 /main.go | |
| parent | 8256fcde1586ca2b033afa4b4305cdf9990ea862 (diff) | |
| download | fzf-bcda25a513abc2d4744bc1f8c910eaae305a5242.tar.gz | |
0.52.0
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ import ( "github.com/junegunn/fzf/src/protector" ) -var version = "0.51" +var version = "0.52" var revision = "devel" //go:embed shell/key-bindings.bash |
