We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ab384 commit 8139f3cCopy full SHA for 8139f3c
VERSION
@@ -1 +1 @@
1
-25.02.01
+25.02.02
java/ci/README.md
@@ -47,4 +47,4 @@ scl enable gcc-toolset-11 "java/ci/build-in-docker.sh"
47
48
### The output
49
50
-You can find the cuDF jar in java/target/ like cudf-25.02.1-SNAPSHOT-cuda11.jar.
+You can find the cuDF jar in java/target/ like cudf-25.02.2-SNAPSHOT-cuda11.jar.
java/pom.xml
@@ -21,7 +21,7 @@
21
22
<groupId>ai.rapids</groupId>
23
<artifactId>cudf</artifactId>
24
- <version>25.02.1-SNAPSHOT</version>
+ <version>25.02.2-SNAPSHOT</version>
25
26
<name>cudfjni</name>
27
<description>
0 commit comments