Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Mar 2, 2023
1 parent 9eacbbc commit 85f483a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ allprojects {
// level (third number) if:
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
version '3.31.1-SNAPSHOT'
version '3.32.0'

repositories {
mavenCentral()
Expand Down
2 changes: 0 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Renamed `TreeUtils.instanceOfGetPattern()` to `TreeUtils.instanceOfTreeGetPatter
Deprecated `AnnotatedTypes#isExplicitlySuperBounded` and `AnnotatedTypes#isExplicitlyExtendsBounded`
because they are duplicates of `#hasExplicitSuperBound` and `#hasExplicitExtendsBound`.

**Closed issues:**


Version 3.31.0 (February 17, 2023)
------------------------------
Expand Down

0 comments on commit 85f483a

Please sign in to comment.