v0.11.6 added event form rules.

This commit is contained in:
2026-03-21 11:07:22 -04:00
parent 60df2cf97e
commit 82a521f12c
6 changed files with 39 additions and 28 deletions

View File

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