release v0.6.1
CI / shell (shellcheck + syntax) (push) Successful in 11s
CI / python 3.11 (push) Successful in 13s
CI / python 3.12 (push) Successful in 14s
CI / python 3.13 (push) Successful in 13s
TrueNAS compatibility / compat (push) Successful in 11s
Release / release (push) Successful in 14s

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