From 7e9bdaa2587e1ba58358eaf44d9f52443f3921e1 Mon Sep 17 00:00:00 2001 From: Joe Harrison <53116754+sudo-kraken@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:55:03 +0000 Subject: [PATCH] Update podcheck.sh - Increment version for new release --- podcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podcheck.sh b/podcheck.sh index beac3d1..35c210d 100644 --- a/podcheck.sh +++ b/podcheck.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="v0.5.6" +VERSION="v0.5.6.1" # ChangeNotes: Directly checking for systemd units matching container names. Github="https://github.com/sudo-kraken/podcheck" RawUrl="https://raw.githubusercontent.com/sudo-kraken/podcheck/main/podcheck.sh"