From 7eef39135331f25b3a46656a9619f1a5852be787 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:31:47 +0000 Subject: [PATCH] Increment Version to 1.0.4a1 --- 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 b320fad..b625715 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 = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK