Skip to content

Commit 4c0c438

Browse files
author
github-actions
committed
Bump export version to v2025.3.2
1 parent d3ec332 commit 4c0c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/robotbuilder/exporters/GenericExporter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public boolean export(RobotTree robotTree) throws IOException {
162162
}
163163
if(wpilibRelease == null) {
164164
// this shouldn't need to be relied upon, but it's better than generating nothing.
165-
wpilibRelease = "v2025.3.1";
165+
wpilibRelease = "v2025.3.2";
166166
wpilibRelease = wpilibRelease.substring(1); // strip leading v from tag
167167
}
168168

0 commit comments

Comments
 (0)