Skip to content

Commit

Permalink
Updated default bladebit version to v3.1.0 (Chia-Network#16531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP authored Oct 5, 2023
1 parent debeb1b commit 2f41a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install-plotter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion install-plotter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 2f41a8c

Please sign in to comment.