Skip to content

Commit f50c45d

Browse files
committed
fix versions
1 parent b08ba85 commit f50c45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959

6060
CURRENT_NIGHTLY_VERSION = "2.7.0"
61-
CURRENT_CANDIDATE_VERSION = "2.5.1"
62-
CURRENT_STABLE_VERSION = "2.5.1"
61+
CURRENT_CANDIDATE_VERSION = "2.7.0"
62+
CURRENT_STABLE_VERSION = "2.6.0"
6363
CURRENT_VERSION = CURRENT_STABLE_VERSION
6464

6565
# By default use Nightly for CUDA arches

0 commit comments

Comments
 (0)