summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-10 13:08:01 +0800
committerGitHub <[email protected]>2021-10-10 13:08:01 +0800
commitb09c9d8f16682eb201382f1b9be871d18f397fc7 (patch)
tree65b158a6caee376cd9dfc0609b35a08a350fd83c /scripts/get.ps1
parent0d11c00ccd8398552e22fa414eb30c10be7336fc (diff)
Update get.ps1
Diffstat (limited to 'scripts/get.ps1')
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index a8834718d..f03d80fa4 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.5.7"
+ $LastRelease = "v2.5.8"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {