Skip to content

Commit cb38512

Browse files
committed
Prep for release.
1 parent 69d703d commit cb38512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ allprojects { currentProj ->
113113
// * any new checkers have been added, or
114114
// * backward-incompatible changes have been made to APIs or elsewhere.
115115
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
116-
version '3.48.1-SNAPSHOT'
116+
version '3.48.1'
117117

118118
tasks.withType(JavaCompile).configureEach {
119119
options.fork = true

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.48.1 (November 1, 2024)
1+
Version 3.48.1 (October 11, 2024)
22
--------------------------------
33

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

10-
**Implementation details:**
11-
1210
**Closed issues:**
1311

12+
#6434, #6810, #6839, #6842, #6856.
13+
1414

1515
Version 3.48.0 (October 2, 2024)
1616
--------------------------------

0 commit comments

Comments
 (0)