Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 2, 2022
1 parent f0bfeba commit f7e7259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -u

version=0.31.0
version=0.32.0
auto_completion=
key_bindings=
update_config=2
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version="0.31.0"
$version="0.32.0"

$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/junegunn/fzf/src/protector"
)

var version string = "0.31"
var version string = "0.32"
var revision string = "devel"

func main() {
Expand Down

0 comments on commit f7e7259

Please sign in to comment.