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"