Fix version string for 1.35.6 release

This commit is contained in:
2026-01-16 12:33:14 -05:00
parent 13ea82d2ae
commit c55a970f5b

View File

@@ -21,7 +21,7 @@
# shellcheck disable=SC2329 # shellcheck disable=SC2329
shopt -s extglob shopt -s extglob
declare -g SCRIPT_VERSION="1.35.6-dev" declare -g SCRIPT_VERSION="1.35.6"
declare -g MC_VERSION_HARDCODE="35.0.27" # do find all replace declare -g MC_VERSION_HARDCODE="35.0.27" # do find all replace
declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE
declare -g BOARD_ID="92.0" # MC35 board ID for fallback latest version detection declare -g BOARD_ID="92.0" # MC35 board ID for fallback latest version detection