summaryrefslogtreecommitdiffstats
path: root/install.ps1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-03-12 13:15:45 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-03-12 13:15:45 +0900
commitb0673c35634a04687237cd57ef4ab2fafeeb620a (patch)
tree691d4fa82391495a03bdd61e2b7c799bab3fabad /install.ps1
parent373c6d8d55066251dc7af58598de6af4ff4570cf (diff)
0.21.00.21.0
Diffstat (limited to 'install.ps1')
-rw-r--r--install.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/install.ps1 b/install.ps1
index 46bd9403..25e0dc6b 100644
--- a/install.ps1
+++ b/install.ps1
@@ -1,4 +1,4 @@
-$version="0.20.0"
+$version="0.21.0"
if ([Environment]::Is64BitProcess) {
$binary_arch="amd64"