From 77925111f4061a18a503372e01f816570ec1e128 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 19 Dec 2024 00:28:33 +0000 Subject: [PATCH] Increment Version to 1.1.2 --- 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 68d8055..2de3060 100644 --- a/ocp_pipeline/version.py +++ b/ocp_pipeline/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 VERSION_BUILD = 2 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK