v0.6.3 fixed user menu icon bug

This commit is contained in:
2026-03-10 14:44:23 -04:00
parent 85cfad6318
commit 120f76c6f8
5 changed files with 5 additions and 5 deletions

View File

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