Skip to content

Commit c71f624

Browse files
committed
bump version
Signed-off-by: Jade Turner <[email protected]>
1 parent e68a25d commit c71f624

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
@@ -14,7 +14,7 @@ java {
1414

1515
allprojects {
1616
group = "edu.wpi.first"
17-
version = "2025.3.0"
17+
version = "2025.4.0"
1818

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

testing/cpp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
22

33
plugins {
44
id "cpp"
5-
id "edu.wpi.first.NativeUtils" version "2025.3.0"
5+
id "edu.wpi.first.NativeUtils" version "2025.4.0"
66
}
77

88
nativeUtils.addWpiNativeUtils()

0 commit comments

Comments
 (0)