Skip to content

Commit

Permalink
Update to export to 2024 beta 4 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Dec 12, 2023
1 parent 551dfa5 commit d3d9edb
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 @@ -158,7 +158,7 @@ public boolean export(RobotTree robotTree) throws IOException {
}
}
if(wpilibRelease == null) {
wpilibRelease = "2024.1.1-beta-3"; // this shouldn't need to be relied upon,
wpilibRelease = "2024.1.1-beta-4"; // this shouldn't need to be relied upon,
// but its better than generating nothing.
}

Expand Down

0 comments on commit d3d9edb

Please sign in to comment.