Skip to content

Commit dc8a5dd

Browse files
prachiyadavPrachi Yadav
and
Prachi Yadav
authored
added 2.13 variable (#775)
Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt490s.rmtin.csb>
1 parent a85004e commit dc8a5dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export VALIDATION_STATE=""
3232
# The value will define the version of Submariner and a channel
3333

3434
# Declare associative arrays for acm/submariner versions
35-
declare -A ACM_2_12=(
36-
[acm_version]='2.12'
37-
[submariner_version]='0.19'
35+
declare -A ACM_2_13=(
36+
[acm_version]='2.13'
37+
[submariner_version]='0.20'
3838
[channel]='stable'
3939
)
4040
export ACM_2_12

0 commit comments

Comments
 (0)