v0.9.12 Fixed back swipe

This commit is contained in:
2026-03-14 12:38:46 -04:00
parent e38c7358f6
commit 2d0214fc10
7 changed files with 27 additions and 8 deletions

View File

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