From fc7c68f82fec17792bac0352d25deb5d49829b8f Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 May 2023 23:59:35 +0800 Subject: update version in ps1 --- scripts/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 4be305829..4ae134a90 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.7.8" + $LastRelease = "v2.7.9" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { -- cgit v1.3.1