Skip to content

Commit

Permalink
Update to export to 2024.1.1-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Oct 11, 2023
1 parent f92c122 commit 016674f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/robotbuilder/exporters/GenericExporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ public boolean export(RobotTree robotTree) throws IOException {
}
}
if(wpilibRelease == null) {
wpilibRelease = "2024.0.0-alpha-1"; // this shouldn't need to be relied upon,
// but its better than generating nothing.
wpilibRelease = "2024.1.1-beta-1"; // this shouldn't need to be relied upon,
// but its better than generating nothing.
}

// Prepare the main context
Expand Down

0 comments on commit 016674f

Please sign in to comment.