v0.11.2 fixed broken drawer links

This commit is contained in:
2026-03-20 23:39:03 -04:00
parent fc0c071d1d
commit cad1c44605
4 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.11.1}"
VERSION="${1:-0.11.2}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="jama"