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, 2022
1 parent c568d6b commit 3c025d6
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 @@ -124,7 +124,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.26.1-SNAPSHOT'
version '3.27.0'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Version 3.26.1 (November 1, 2022)
Version 3.27.0 (November 1, 2022)
---------------------------------

**User-visible changes:**

The Constant Value Checker supports new annotation `@DoesNotMatchRegex`.

**Implementation details:**

**Closed issues:**

#5238, #5360, #5362, #5387.


Version 3.26.0 (October 3, 2022)
--------------------------------
Expand Down

0 comments on commit 3c025d6

Please sign in to comment.