From d37e1a102434b17ac9f0e5bcaee607839ecf2262 Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 27 Jun 2025 09:22:10 +0200 Subject: [PATCH] Bugfixes for unbound variable, potential collision and config variable mismatch Version bump to alert users of the latest bugfixes for unbound variable, potential collision and config variable mismatch. --- notify_templates/notify_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify_templates/notify_v2.sh b/notify_templates/notify_v2.sh index 3329512..c2d8538 100644 --- a/notify_templates/notify_v2.sh +++ b/notify_templates/notify_v2.sh @@ -1,4 +1,4 @@ -NOTIFY_V2_VERSION="v0.3" +NOTIFY_V2_VERSION="v0.4" # # If migrating from an older notify template, remove your existing notify.sh file. # Leave (or place) this file in the "notify_templates" subdirectory within the same directory as the main dockcheck.sh script.