This commit is contained in:
Junegunn Choi 2022-08-29 07:23:14 +09:00
parent 6fb41a202a
commit e03ac3136e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -u set -u
version=0.32.1 version=0.33.0
auto_completion= auto_completion=
key_bindings= key_bindings=
update_config=2 update_config=2

View File

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

View File

@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector" "github.com/junegunn/fzf/src/protector"
) )
var version string = "0.32" var version string = "0.33"
var revision string = "devel" var revision string = "devel"
func main() { func main() {