Updated default bladebit version to v3.1.0 (#16531)

This commit is contained in:
Izumi Hoshino 2023-10-06 01:15:38 +09:00 committed by GitHub
parent debeb1b550
commit 2f41a8cfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ param(
$ErrorActionPreference = "Stop"
$DEFAULT_BLADEBIT_VERSION = "v3.0.0"
$DEFAULT_BLADEBIT_VERSION = "v3.1.0"
$DEFAULT_MADMAX_VERSION = "0.0.2"
$VERSION = $v
$OS = "windows"

View File

@ -127,7 +127,7 @@ if [ "$1" = "-h" ] || [ "$1" = "" ]; then
exit 0
fi
DEFAULT_BLADEBIT_VERSION="v3.0.0"
DEFAULT_BLADEBIT_VERSION="v3.1.0"
DEFAULT_BLADEBIT_VERSION_FOR_MACOS="v2.0.1"
DEFAULT_MADMAX_VERSION="0.0.2"
VERSION=