From 361e98c378cc11fbce1a4317ba7dfa6047188e1e Mon Sep 17 00:00:00 2001 From: mag37 Date: Wed, 24 Apr 2024 19:45:14 +0200 Subject: [PATCH] versionbump --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index 89673e1..959e53a 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.4.0" -### ChangeNotes: Reworked selfupdate (auto git/curl/wget), cleanups, -v for version. +VERSION="v0.4.1" +### ChangeNotes: Syntax and logic cleanups, bugfixes for multi compose and env-files. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"