summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-23 00:43:22 +0800
committerruki <[email protected]>2022-06-23 00:43:22 +0800
commit7c2a56b1b5e46abc2c0a9898943e897ba9b5a4ac (patch)
tree1960be26e6d920f0d16cb31f7c4128143b6fed89 /scripts
parente18471251895dd812cb6cab18f7300318f450fba (diff)
update version
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 e9de101f5..34b05a253 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.6.7"
+ $LastRelease = "v2.6.8"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {