Skip to content

Commit 417d17c

Browse files
authored
[Release 2.11] Advance versions (#7765)
Same as #7574
1 parent 3123c3b commit 417d17c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
ROCM_ARCHES_DICT = {
3636
"nightly": ["7.1", "7.2"],
37-
"test": ["7.0", "7.1"],
37+
"test": ["7.1", "7.2"],
3838
"release": ["7.0", "7.1"],
3939
}
4040

@@ -77,7 +77,7 @@
7777

7878

7979
CURRENT_NIGHTLY_VERSION = "2.11.0"
80-
CURRENT_CANDIDATE_VERSION = "2.10.0"
80+
CURRENT_CANDIDATE_VERSION = "2.11.0"
8181
CURRENT_STABLE_VERSION = "2.10.0"
8282
CURRENT_VERSION = CURRENT_STABLE_VERSION
8383

0 commit comments

Comments
 (0)