Skip to content

Commit

Permalink
Switch branch to 2024.3.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
edreed authored Feb 28, 2024
1 parent 985bc29 commit 2c313e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The table below lists the published versions of the library and the WPILib relea

| Version | Git Tag/Branch | Required WPILib Version |
|-------------------|----------------|-------------------------|
| 2024.3.1-SNAPSHOT | main | 2024.3.1 |
| 2024.3.2-SNAPSHOT | main | 2024.3.1 |
| 2024.3.1 | v2024.3.1 | 2024.3.1 |
| 2023.4.0 | v2023.4.0 | 2023.4.2 |
| 2023.2.0 | v2023.2.0 | 2023.2.1 |
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies {
}
```

> **NOTE:** If you want the latest build from `main`, use `'com.nrg948:nrgcommon:2024.3.1-SNAPSHOT'`. There may be breaking changes and it certainly will not be as stable, so use with caution.
> **NOTE:** If you want the latest build from `main`, use `'com.nrg948:nrgcommon:2024.3.2-SNAPSHOT'`. There may be breaking changes and it certainly will not be as stable, so use with caution.
On the next build, the library will be downloaded from GitHub packages and installed in the Gradle build cache.

Expand Down
2 changes: 1 addition & 1 deletion nrgcommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spotless {
}

group = 'com.nrg948'
version = '2024.3.1' + (Boolean.valueOf(System.getProperty("release")) ? "" : "-SNAPSHOT")
version = '2024.3.2' + (Boolean.valueOf(System.getProperty("release")) ? "" : "-SNAPSHOT")

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 2c313e3

Please sign in to comment.