version bump to 1.2.16.947

This commit is contained in:
amd64fox
2023-07-19 18:27:15 +03:00
committed by GitHub
parent 32ed735051
commit c0600777af

View File

@@ -333,7 +333,7 @@ if (!($version -and $version -match $match_v)) {
}
# Recommended version for Win 10-12
else {
$onlineFull = "1.2.15.828.g79f41970-1030"
$onlineFull = "1.2.16.947.gcfbaa410-105"
}
}
$online = ($onlineFull -split ".g")[0]