From a615d759ad6355d50a08d5459effc4a4141a34a0 Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 24 Jul 2024 20:46:23 +0200 Subject: [PATCH] Version bump. --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index a8855fa..3a00518 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.4.6" -### ChangeNotes: Compatability changes due to busyboxs timeout. +VERSION="v0.4.7" +### ChangeNotes: Notification template changes for: gotify(new), DSM(improved), SMTP(deprecation alternative). Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"