From 5b6c47808a51a1b046341bb93a31442babe2d547 Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Fri, 17 Nov 2023 10:58:08 +0100 Subject: [PATCH] MNT-24063 Prepare ACS 7.4.1.3 HF release --- .github/workflows/master_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master_release.yml b/.github/workflows/master_release.yml index 9042af530a..650cfe3340 100644 --- a/.github/workflows/master_release.yml +++ b/.github/workflows/master_release.yml @@ -22,8 +22,8 @@ env: GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60 BASE_BUILD_NUMBER: 10000 # Release version has to start with real version (7.4.1-....) for the docker image to build successfully. - RELEASE_VERSION: 7.4.1.2 - DEVELOPMENT_VERSION: 7.4.1.3-SNAPSHOT + RELEASE_VERSION: 7.4.1.3 + DEVELOPMENT_VERSION: 7.4.1.4-SNAPSHOT jobs: run_ci: