Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Feb 1, 2022
1 parent d68b818 commit c02e496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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.21.2-SNAPSHOT'
version '3.21.2'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.2?.? (February 1, 2022)
Version 3.21.2 (February 1, 2022)
---------------------------------

**User-visible changes:**
Expand All @@ -14,7 +14,7 @@ pattern variable in a pattern match instanceof.
Deprecated CFGLambda.getMethod{Name} in favor of getEnclosingMethod{Name}.

**Closed issues:**

#4615, #4993, #5006, #5007, #5008, #5013, #5016, #5021.

Version 3.21.1 (January 7, 2022)
--------------------------------
Expand Down

0 comments on commit c02e496

Please sign in to comment.