Skip to content

Commit

Permalink
Update wpilib_preferences to 2025beta (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Dec 9, 2024
1 parent 912e57f commit 37df880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/export/cpp/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enableCppIntellisense": true,
"currentLanguage": "cpp",
"projectYear": "2025Alpha",
"projectYear": "2025beta",
"teamNumber": ${team_number}
}
2 changes: 1 addition & 1 deletion src/main/resources/export/java/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2025Alpha",
"projectYear": "2025beta",
"teamNumber": ${team_number}
}

0 comments on commit 37df880

Please sign in to comment.