From 1fc04eb322198d01acb16c12888544ead2d476cd Mon Sep 17 00:00:00 2001 From: James Adams Date: Wed, 6 Nov 2024 14:48:36 +0000 Subject: [PATCH] Update Quattor version file for 24.10.0-rc3 --- quattor/client/version.pan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quattor/client/version.pan b/quattor/client/version.pan index 643131b59..d9a284561 100644 --- a/quattor/client/version.pan +++ b/quattor/client/version.pan @@ -1,5 +1,5 @@ template quattor/client/version; -variable QUATTOR_RELEASE ?= '24.10.0-rc2'; +variable QUATTOR_RELEASE ?= '24.10.0-rc3'; variable QUATTOR_REPOSITORY_RELEASE ?= QUATTOR_RELEASE; variable QUATTOR_PACKAGES_VERSION ?= QUATTOR_REPOSITORY_RELEASE + '_1';