Skip to content

Commit 2c313e3

Browse files
authored
Switch branch to 2024.3.2 (#32)
1 parent 985bc29 commit 2c313e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The table below lists the published versions of the library and the WPILib relea
88

99
| Version | Git Tag/Branch | Required WPILib Version |
1010
|-------------------|----------------|-------------------------|
11-
| 2024.3.1-SNAPSHOT | main | 2024.3.1 |
11+
| 2024.3.2-SNAPSHOT | main | 2024.3.1 |
1212
| 2024.3.1 | v2024.3.1 | 2024.3.1 |
1313
| 2023.4.0 | v2023.4.0 | 2023.4.2 |
1414
| 2023.2.0 | v2023.2.0 | 2023.2.1 |
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848
```
4949

50-
> **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.
50+
> **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.
5151
5252
On the next build, the library will be downloaded from GitHub packages and installed in the Gradle build cache.
5353

nrgcommon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spotless {
3838
}
3939

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

4343
sourceCompatibility = JavaVersion.VERSION_17
4444
targetCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)