From 78c5306dad1f7cb04b866c5bc29d3dfe1e0e1ad3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Dec 2024 14:35:49 +0000 Subject: [PATCH] Increment Version to 1.0.11a1 --- ocp_pipeline/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocp_pipeline/version.py b/ocp_pipeline/version.py index c31b4d9..cd38ac2 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 10 -VERSION_ALPHA = 0 +VERSION_BUILD = 11 +VERSION_ALPHA = 1 # END_VERSION_BLOCK