We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e487f8a commit b9c6572Copy full SHA for b9c6572
build.gradle
@@ -13,7 +13,7 @@ java {
13
14
allprojects {
15
group = "edu.wpi.first"
16
- version = "2025.7.1"
+ version = "2025.8.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.7.1"
+ id "edu.wpi.first.NativeUtils" version "2025.8.0"
7
}
8
9
nativeUtils.addWpiNativeUtils()
0 commit comments