From 96f4f4cc503911cf59ddf80cceb84855998a045f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 18 Feb 2025 17:45:11 +0000 Subject: [PATCH] Update SCRIPT_BRANCH to master in MerlinAU.sh and version to 1.3.10 --- MerlinAU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index f8421d20..901f0407 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -12,7 +12,7 @@ set -u readonly SCRIPT_VERSION=1.3.10 readonly SCRIPT_NAME="MerlinAU" ## Set to "master" for Production Releases ## -SCRIPT_BRANCH="dev" +SCRIPT_BRANCH="master" ##----------------------------------------## ## Modified by Martinski W. [2024-Jul-03] ##