summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-07 23:25:32 +0800
committerruki <[email protected]>2023-01-07 23:25:32 +0800
commitdf00bf97e8856194898af2e020b7d94dd6ab5e1c (patch)
tree77fe26e146d1635d638931d120433aa15104524a /scripts
parentd523fc8245c74527a6012187a110f6b86e12c9d5 (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 4cfa51416..3efb6b6a5 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.7.3"
+ $LastRelease = "v2.7.5"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {