m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00
This commit is contained in:
Junegunn Choi
2020-11-09 20:41:59 +09:00
parent f6269f0193
commit c9deb702c1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -u
version=0.24.2
version=0.24.3
auto_completion=
key_bindings=
update_config=2

View File

@@ -1,4 +1,4 @@
$version="0.24.2"
$version="0.24.3"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition