Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Sep 4, 2024
1 parent 0aeb0a4 commit 2d0d20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.46.1-SNAPSHOT'
version '3.47.0'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Removed annotations:

**Closed issues:**

#6510, #6704, #6743, #6749, #6760, #6761.


Version 3.46.0 (August 1, 2024)
-----------------------------
Expand Down

0 comments on commit 2d0d20b

Please sign in to comment.