From e6ff6343948cbeb928a663d45b67d87139f1d9a2 Mon Sep 17 00:00:00 2001 From: mag37 Date: Tue, 28 Jan 2025 21:55:35 +0100 Subject: [PATCH] versionbump --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 4f8e066..238db09 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="v0.5.3" +VERSION="v0.5.3.0" ### ChangeNotes: Bugfixes - local image check changed, Gotify-template fixed Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"