Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit c4c3ca4

Browse files
author
github-actions
committed
Bump export version to v2026.1.1
1 parent 722f660 commit c4c3ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "v2026.1.1-beta-1";
165+
wpilibRelease = "v2026.1.1";
166166
wpilibRelease = wpilibRelease.substring(1); // strip leading v from tag
167167
}
168168

0 commit comments

Comments
 (0)