Skip to content

Commit

Permalink
Update to export to 2024.1.1 (wpilibsuite#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 6, 2024
1 parent 89d5a0b commit 2e62de4
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.1.1-beta-4"; // this shouldn't need to be relied upon,
// but its better than generating nothing.
wpilibRelease = "2024.1.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 2e62de4

Please sign in to comment.