v0.7.8 message list order bug fix

This commit is contained in:
2026-03-11 19:59:58 -04:00
parent 67bea6c2c3
commit 5697e3a59c
5 changed files with 8 additions and 9 deletions

View File

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