Skip to content

Commit 65839de

Browse files
committed
bump version;
Signed-off-by: Jade Turner <[email protected]>
1 parent 43c560a commit 65839de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java {
1313

1414
allprojects {
1515
group = "edu.wpi.first"
16-
version = "2025.4.0"
16+
version = "2025.5.0"
1717

1818
if (project.hasProperty('publishVersion')) {
1919
version = project.publishVersion

testing/cpp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import edu.wpi.first.nativeutils.vendordeps.WPIVendorDepsPlugin
33

44
plugins {
55
id "cpp"
6-
id "edu.wpi.first.NativeUtils" version "2025.4.0"
6+
id "edu.wpi.first.NativeUtils" version "2025.5.0"
77
}
88

99
nativeUtils.addWpiNativeUtils()

0 commit comments

Comments
 (0)