release v0.6.0
CI / shell (shellcheck + syntax) (push) Successful in 9s
CI / python 3.12 (push) Successful in 13s
TrueNAS compatibility / compat (push) Successful in 13s
Release / release (push) Failing after 13s
CI / python 3.11 (push) Successful in 13s
CI / python 3.13 (push) Successful in 13s

This commit is contained in:
2026-07-13 18:35:14 +00:00
parent 1c46ef66b0
commit c250bc8f5d
7 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
set -euo pipefail
VERSION="0.5.1"
VERSION="0.6.0"
# The directory containing install.sh is the permanent install location.
PATCH_DIR="$(cd "$(dirname "$0")" && pwd)"