From 58dacb8e434eea67c091200dc67c20766455bd48 Mon Sep 17 00:00:00 2001 From: Shayna Atkinson <satkinson@sphericalcowgroup.com> Date: Tue, 17 Jan 2023 20:26:23 +0000 Subject: [PATCH] changes for version number 4.1.0 --- Jenkinsfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 46760eb..ccfdc62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='4.1.0-rc2' + version='4.1.0' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index 1c8d323..aa48723 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="4.1.0-rc2" +COMANAGE_REGISTRY_VERSION="4.1.0"