diff --git a/src/main/java/robotbuilder/exporters/GenericExporter.java b/src/main/java/robotbuilder/exporters/GenericExporter.java index 4a1ec987..c2c0bbdc 100644 --- a/src/main/java/robotbuilder/exporters/GenericExporter.java +++ b/src/main/java/robotbuilder/exporters/GenericExporter.java @@ -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