summaryrefslogtreecommitdiff
path: root/scripts/get.ps1
diff options
context:
space:
mode:
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 d1c1c22a9..538220acd 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.6.1"
+ $LastRelease = "v2.6.2"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {