From 065d3a2f204dffa34ef3c93aa441cd99fce51f03 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 6 Dec 2024 16:09:19 +0000 Subject: [PATCH] Increment Version to 1.0.10 --- ocp_pipeline/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_pipeline/version.py b/ocp_pipeline/version.py index 203b1a5..c31b4d9 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 0 VERSION_BUILD = 10 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK