Skip to content

Commit

Permalink
Update to export to 2024.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Aug 20, 2023
1 parent aaf5229 commit 50421f9
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 = "2023.4.3"; // this shouldn't need to be relied upon,
// but its better than generating nothing.
wpilibRelease = "2024.0.0-alpha-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 50421f9

Please sign in to comment.