From 9ad52cb218c87cb877df89540b0dc8250f56e874 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 15 Oct 2024 00:55:22 -0700 Subject: [PATCH] set to 6 and 7 --- rocky-lookahead/variables.conf | 2 +- rocky/variables.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rocky-lookahead/variables.conf b/rocky-lookahead/variables.conf index 3c7f968..288420a 100644 --- a/rocky-lookahead/variables.conf +++ b/rocky-lookahead/variables.conf @@ -4,7 +4,7 @@ RELEASE_NAME = 'Rocky Linux' RELEASE_SHORT = 'Rocky' RELEASE_VERSION_X = '9' -RELEASE_VERSION_Y = '6' +RELEASE_VERSION_Y = '7' RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y) RELEASE_VERSION = RELEASE_VERSION_XY diff --git a/rocky/variables.conf b/rocky/variables.conf index 9132bac..944c707 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 = '5' +RELEASE_VERSION_Y = '6' RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y) RELEASE_VERSION = RELEASE_VERSION_XY