V0.9.5 build.sh fix

This commit is contained in:
2026-03-14 00:37:16 -04:00
parent e7f1bdb195
commit 11277c6167
5 changed files with 4 additions and 6 deletions

View File

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