From 50421f99949dac2607c7c09f76c3319ef808c96b Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 20 Aug 2023 12:10:28 -0700 Subject: [PATCH] Update to export to 2024.0.0-alpha-1 --- src/main/java/robotbuilder/exporters/GenericExporter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/robotbuilder/exporters/GenericExporter.java b/src/main/java/robotbuilder/exporters/GenericExporter.java index 6315c200..811d83bd 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 = "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