switch to 9.4
Build empanada images for imagefactory / buildx (push) Failing after 5s Details
Build empanada container images for lorax / buildx (push) Successful in 1s Details

This commit is contained in:
Louis Abel 2024-04-30 01:43:06 -07:00
parent e9f6b7a99f
commit b1bf2f49dc
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 6 additions and 6 deletions

View File

@ -3,19 +3,19 @@
# Revision must always start with a major number
case "${RLREL}" in
stable)
REVISION=9.3
PREREV=9.2
REVISION=9.4
PREREV=9.3
APPEND_TO_DIR="-RC1"
;;
beta)
REVISION=9.4
PREREV=9.3
REVISION=9.5
PREREV=9.4
APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta"
;;
lh)
REVISION=9.4
PREREV=9.3
REVISION=9.5
PREREV=9.4
APPEND_TO_DIR="-lookahead"
COMPOSE_APPEND="-lookahead"
;;