Update podcheck.sh - Increment version for new release

This commit is contained in:
Joe Harrison 2024-11-17 19:55:03 +00:00 committed by GitHub
parent c367635974
commit 7e9bdaa258
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"