From 74f1f79a7853533f8281c8c9bcd63e67028fd32a Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 15 Oct 2024 00:53:44 -0700 Subject: [PATCH] reset upcoming to 9.5 --- rocky/variables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky/variables.conf b/rocky/variables.conf index 944c707..9132bac 100644 --- a/rocky/variables.conf +++ b/rocky/variables.conf @@ -4,7 +4,7 @@ RELEASE_NAME = 'Rocky Linux' RELEASE_SHORT = 'Rocky' RELEASE_VERSION_X = '9' -RELEASE_VERSION_Y = '6' +RELEASE_VERSION_Y = '5' RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y) RELEASE_VERSION = RELEASE_VERSION_XY