We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ebf84 commit 3383b11Copy full SHA for 3383b11
src/main/java/robotbuilder/exporters/GenericExporter.java
@@ -162,7 +162,7 @@ public boolean export(RobotTree robotTree) throws IOException {
162
}
163
if(wpilibRelease == null) {
164
// this shouldn't need to be relied upon, but it's better than generating nothing.
165
- wpilibRelease = "v2025.2.1";
+ wpilibRelease = "v2025.3.1";
166
wpilibRelease = wpilibRelease.substring(1); // strip leading v from tag
167
168
0 commit comments