Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Oct 11, 2024
1 parent 69d703d commit cb38512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ allprojects { currentProj ->
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
version '3.48.1-SNAPSHOT'
version '3.48.1'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
6 changes: 3 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.48.1 (November 1, 2024)
Version 3.48.1 (October 11, 2024)
--------------------------------

**User-visible changes:**
Expand All @@ -7,10 +7,10 @@ The Returns Receiver sub-checker is now disabled by default when running the Res
as usually it is not needed and it adds overhead. To enable it, use the new
`-AenableReturnsReceiverForRlc` command-line argument.

**Implementation details:**

**Closed issues:**

#6434, #6810, #6839, #6842, #6856.


Version 3.48.0 (October 2, 2024)
--------------------------------
Expand Down

0 comments on commit cb38512

Please sign in to comment.