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 43c560a commit 65839deCopy full SHA for 65839de
build.gradle
@@ -13,7 +13,7 @@ java {
13
14
allprojects {
15
group = "edu.wpi.first"
16
- version = "2025.4.0"
+ version = "2025.5.0"
17
18
if (project.hasProperty('publishVersion')) {
19
version = project.publishVersion
testing/cpp/build.gradle
@@ -3,7 +3,7 @@ import edu.wpi.first.nativeutils.vendordeps.WPIVendorDepsPlugin
3
4
plugins {
5
id "cpp"
6
- id "edu.wpi.first.NativeUtils" version "2025.4.0"
+ id "edu.wpi.first.NativeUtils" version "2025.5.0"
7
}
8
9
nativeUtils.addWpiNativeUtils()
0 commit comments