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 1, 2023
1 parent d919091 commit a3edf96
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 @@ -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.1-SNAPSHOT'
version '3.38.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 @@ -12,6 +12,8 @@ Renamed `SourceChecker.processArg()' to `processErrorMessageArg()`.

**Closed issues:**

#2156, #5672, #6110, #6111, #6116, #6125, #6129, #6136.


Version 3.37.0 (August 1, 2023)
-------------------------------
Expand Down

0 comments on commit a3edf96

Please sign in to comment.