We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a25d commit c71f624Copy full SHA for c71f624
build.gradle
@@ -14,7 +14,7 @@ java {
14
15
allprojects {
16
group = "edu.wpi.first"
17
- version = "2025.3.0"
+ version = "2025.4.0"
18
19
if (project.hasProperty('publishVersion')) {
20
version = project.publishVersion
testing/cpp/build.gradle
@@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
2
3
plugins {
4
id "cpp"
5
- id "edu.wpi.first.NativeUtils" version "2025.3.0"
+ id "edu.wpi.first.NativeUtils" version "2025.4.0"
6
}
7
8
nativeUtils.addWpiNativeUtils()
0 commit comments