From a618078b3b91bf9f499ad71d10a759dbb8acdc86 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 22:59:27 -0400 Subject: [PATCH] 1.6.0 release --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 94840c4..739c464 100755 --- a/installJRMC +++ b/installJRMC @@ -19,7 +19,7 @@ # * Avoid execute() for stdout shopt -s extglob -declare -g SCRIPT_VERSION="1.6.0-dev" +declare -g SCRIPT_VERSION="1.6.0" declare -g MC_VERSION="33.0.72" # do find all replace declare -g MC_REPO="bullseye" # should match the MC_VERSION # declare -g MC_REPO="bookworm" # should match the MC_VERSION