bump back to RC4

This commit is contained in:
Louis Abel 2022-11-22 15:17:50 -07:00
parent d99d9f00ca
commit a973172c78
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
'9':
fullname: 'Rocky Linux 9.1'
revision: '9.1'
rclvl: 'RC3'
rclvl: 'RC4'
major: '9'
minor: '1'
profile: '9'

View File

@ -9,7 +9,7 @@ MAJOR="${REVISION:0:1}"
MINOR="${REVISION:2:1}"
# comment or blank if needed
APPEND_TO_DIR="-RC3"
APPEND_TO_DIR="-RC4"
STAGING_ROOT="/mnt/repos-staging"
PRODUCTION_ROOT="/mnt/repos-production"