diff --git a/.github/workflows/master_release.yml b/.github/workflows/master_release.yml index 13d6a8d467..c4cc2428ec 100644 --- a/.github/workflows/master_release.yml +++ b/.github/workflows/master_release.yml @@ -23,8 +23,8 @@ env: GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60 BASE_BUILD_NUMBER: 10000 # Release version has to start with real version (23.2.0-....) for the docker image to build successfully. - RELEASE_VERSION: 26.1.0-A.14 - DEVELOPMENT_VERSION: 26.1.0-A.15-SNAPSHOT + RELEASE_VERSION: 26.1.0-A.15 + DEVELOPMENT_VERSION: 26.1.0-A.16-SNAPSHOT jobs: run_ci: