Skip to content

Commit

Permalink
Merge pull request #8 from rapidsai/versions-2024
Browse files Browse the repository at this point in the history
Add versions through 2024
  • Loading branch information
raydouglass authored Mar 23, 2023
2 parents d9b30cb + dc63212 commit 465019c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/rvc/rvc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ var versionMapping = map[string]string{
"23.04": "0.31",
"23.06": "0.32",
"23.08": "0.33",
"23.10": "0.34",
"23.12": "0.35",
"24.02": "0.36",
"24.04": "0.37",
"24.06": "0.38",
"24.08": "0.39",
"24.10": "0.40",
"24.12": "0.41",
}

func GetUcxPyFromRapids(version string) (string, error) {
Expand Down

0 comments on commit 465019c

Please sign in to comment.