1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-02 21:22:01 -07:00
This commit is contained in:
Junegunn Choi
2022-04-04 23:01:43 +09:00
parent 3c868d7961
commit 2093667548
3 changed files with 3 additions and 3 deletions

@@ -2,7 +2,7 @@
set -u
version=0.29.0
version=0.30.0
auto_completion=
key_bindings=
update_config=2

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

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