Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Nov 1, 2024
1 parent 013a76c commit 93e8fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.2-SNAPSHOT'
version '3.48.2'

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

**User-visible changes:**

**Implementation details:**

**Closed issues:**

#6371, #6867.


Version 3.48.1 (October 11, 2024)
--------------------------------
Expand Down

0 comments on commit 93e8fac

Please sign in to comment.