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, 2023
1 parent aecdb0e commit 5f0473d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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.39.1-SNAPSHOT'
version '3.40.0'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
6 changes: 3 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Version 3.40.0 (November 1, 2023)

**User-visible changes:**

Optional Checker: `checker-qual.jar` defines `OptionalUtil.castPresent()` for
Optional Checker: `checker-util.jar` defines `OptionalUtil.castPresent()` for
suppressing false positive warnings from the Optional Checker.

**Implementation details:**

**Closed issues:**

#4947, #6179, #6215, #6218, #6222, #6247, #6259, #6260.


Version 3.39.0 (October 2, 2023)
--------------------------------
Expand Down

0 comments on commit 5f0473d

Please sign in to comment.