Skip to content

Commit c50846d

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

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.3.0"
16+
version = "2025.4.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
@@ -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)