Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Aug 1, 2023
1 parent 6b36a30 commit 38042d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ allprojects {
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release: ./gradlew publish
version '3.37.0-SNAPSHOT'
version '3.37.0'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.37.0 (July ?, 2023)
Version 3.37.0 (August 1, 2023)
-----------------------------

**User-visible changes:**
Expand All @@ -22,6 +22,8 @@ to be written on a non-integral type.

**Closed issues:**

#6076, #6077, #6078, #6098, #6100, #6104, #6113.


Version 3.36.0 (July 3, 2023)
-----------------------------
Expand Down

0 comments on commit 38042d5

Please sign in to comment.