summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-27 14:53:17 +0800
committerruki <[email protected]>2023-01-27 14:53:17 +0800
commit01a9d63a7e901a850a6669104bd85003736d4429 (patch)
treee379b0eb94cd69eb48ea3d88394f6a99d3317180 /scripts
parentff7829c3d0b6c91a032ba8163f042d2f787d6fb0 (diff)
update ps1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 3efb6b6a5..5c00ff1fe 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.7.5"
+ $LastRelease = "v2.7.6"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {