Skip to content

Commit 620c7d2

Browse files
Merged in r2-3215-release-2.11.2-main (pull request #7073)
R2-3215: Merge release-2.11.2 to main 02.24.25
2 parents 59e8f55 + 014f2ab commit 620c7d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ variables:
1515
# Container registry service connection established during pipeline creation
1616
vmImageName: 'Ubuntu-22.04'
1717
latestBranch: main
18+
buildAgentPool: 'primerox-azdo-agentpool'
19+
containerRegistry : 'crpmxsandbox.azurecr.io'
20+
dockerRegistryServiceConnection : 'a2adf74e-9412-47bd-baaa-c7e8b5ff34d9'
1821

1922
jobs:
2023
- job: Test

config/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
44

55
class Primero::Application
6-
VERSION = '2.11.1.2'
6+
VERSION = '2.11.2'
77
end

0 commit comments

Comments
 (0)