From b62ba38c49ae8e51479cca3e957bca1b3b8875c7 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 25 Nov 2025 10:44:24 -0500 Subject: [PATCH] 1.35.5 release --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index dded617..e41c3f6 100755 --- a/installJRMC +++ b/installJRMC @@ -21,7 +21,7 @@ # shellcheck disable=SC2329 shopt -s extglob -declare -g SCRIPT_VERSION="1.35.5-dev" +declare -g SCRIPT_VERSION="1.35.5" declare -g MC_VERSION_HARDCODE="35.0.24" # do find all replace declare -g MC_REPO_HARDCODE="bookworm" # should match the MC_VERSION_HARDCODE declare -g BOARD_ID="92.0" # MC35 board ID for legacy latest version detection