Skip to content

Commit

Permalink
Bump export version to v2025.1.1-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 12, 2024
1 parent f46b7b4 commit 8b66eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/robotbuilder/exporters/GenericExporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public boolean export(RobotTree robotTree) throws IOException {
}
if(wpilibRelease == null) {
// this shouldn't need to be relied upon, but it's better than generating nothing.
wpilibRelease = "v2025.0.0-alpha-2";
wpilibRelease = "v2025.1.1-beta-1";
wpilibRelease = wpilibRelease.substring(1); // strip leading v from tag
}

Expand Down

0 comments on commit 8b66eca

Please sign in to comment.