Skip to content

Commit

Permalink
Update GradleRIO version to 2024.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenekH committed Mar 14, 2024
1 parent 2138c79 commit 86392b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Kotlin for FRC Changelog

## [2024.1.1](https://github.com/BrenekH/kotlin-for-frc/releases/2024.1.1)
## [next](https://github.com/BrenekH/kotlin-for-frc/releases/next)

**Enhancements:**

- Update templates for 2024
- Add Command Based Skeleton template and remove Robot Base template
- Report projects as Kotlin instead of Java ([#151](https://github.com/BrenekH/kotlin-for-frc/issues/151))
- Update GradleRIO version to 2024.3.2
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SIMULATE_CODE_TASK_NAME = "Simulate FRC Code"
export const TARGET_GRADLE_RIO_YEAR = "2024"
export const TARGET_GRADLE_RIO_VER = "2024.3.1"
export const TARGET_GRADLE_RIO_VER = "2024.3.2"

export const ROMI_CMD_VARIANT_SEARCH_TERM = `wpi.sim.envVar("HALSIMWS_HOST"`
export const ROMI_TIMED_VARIANT_SEARCH_TERM = "new RomiDrivetrain()"
Expand Down

0 comments on commit 86392b0

Please sign in to comment.