Skip to content

Commit

Permalink
Change cudf version back to 24.06.0-SNAPSHOT (#11221)
Browse files Browse the repository at this point in the history
Only need to upgrade spark-rapids version, keep dep jar's version unchanged.

Signed-off-by: Tim Liu <timl@nvidia.com>
  • Loading branch information
NvTimLiu authored Jul 18, 2024
1 parent 15a789e commit 5b089a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/version-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for VAR in $OVERWRITE_PARAMS; do
done
IFS=$PRE_IFS

CUDF_VER=${CUDF_VER:-"24.06.1-SNAPSHOT"}
CUDF_VER=${CUDF_VER:-"24.06.0-SNAPSHOT"}
CUDA_CLASSIFIER=${CUDA_CLASSIFIER:-"cuda11"}
CLASSIFIER=${CLASSIFIER:-"$CUDA_CLASSIFIER"} # default as CUDA_CLASSIFIER for compatibility
PROJECT_VER=${PROJECT_VER:-"24.06.1-SNAPSHOT"}
Expand Down

0 comments on commit 5b089a1

Please sign in to comment.