diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-10-07 19:07:09 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-10-07 19:18:50 +0900 |
| commit | dba14d26303297322dc4426d38ebfbf1d76a6011 (patch) | |
| tree | fd767c339ad0f9026e386fd4f67e4678b27baa08 /install.ps1 | |
| parent | 2986e64a49f8b1b32d3090aee2e178fae60ce201 (diff) | |
| download | fzf-dba14d26303297322dc4426d38ebfbf1d76a6011.tar.gz | |
0.23.0
Diffstat (limited to 'install.ps1')
| -rw-r--r-- | install.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.ps1 b/install.ps1 index 80c5b6fe..d9ff77e8 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -$version="0.22.0" +$version="0.23.0" if ([Environment]::Is64BitProcess) { $binary_arch="amd64" |
