Skip to content

Commit

Permalink
Bump version to 2025.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Dec 6, 2024
1 parent e487f8a commit bbc1a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {

allprojects {
group = "edu.wpi.first"
version = "2025.7.1"
version = "2025.8.0"

if (project.hasProperty('publishVersion')) {
version = project.publishVersion
Expand Down
2 changes: 1 addition & 1 deletion testing/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import edu.wpi.first.nativeutils.vendordeps.WPIVendorDepsPlugin

plugins {
id "cpp"
id "edu.wpi.first.NativeUtils" version "2025.7.1"
id "edu.wpi.first.NativeUtils" version "2025.8.0"
}

nativeUtils.addWpiNativeUtils()
Expand Down

0 comments on commit bbc1a4e

Please sign in to comment.