Skip to content

Commit c9efdbd

Browse files
author
github-actions
committed
Bump export version to v2026.0.0-alpha-1
1 parent 0bc5061 commit c9efdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.2";
165+
wpilibRelease = "v2026.0.0-alpha-1";
166166
wpilibRelease = wpilibRelease.substring(1); // strip leading v from tag
167167
}
168168

0 commit comments

Comments
 (0)