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