Skip to content

Commit

Permalink
Release 2.3 bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Apr 23, 2024
1 parent 44a93cc commit c36ee53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ROCM_ARCHES_DICT = {
"nightly": ["5.7", "6.0"],
"test": ["5.7", "6.0"],
"release": ["5.6", "5.7"],
"release": ["5.7", "6.0"],
}

CUDA_CUDDN_VERSIONS = {
Expand Down Expand Up @@ -65,7 +65,7 @@

CURRENT_NIGHTLY_VERSION = "2.4.0"
CURRENT_CANDIDATE_VERSION = "2.3.0"
CURRENT_STABLE_VERSION = "2.2.2"
CURRENT_STABLE_VERSION = "2.3.0"
mod.CURRENT_VERSION = CURRENT_STABLE_VERSION

# By default use Nightly for CUDA arches
Expand Down

0 comments on commit c36ee53

Please sign in to comment.