Skip to content

Commit

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

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.36.0 (July 5, 2023)
Version 3.36.0 (July 3, 2023)
-----------------------------

**User-visible changes:**
Expand Down Expand Up @@ -50,6 +50,7 @@ Renamed methods in `CFAbstractValue`:
* `combineNoAnnotations()` => `combineTwoTypeVars()`

**Closed issues:**
#5908, #5936, #5971, #6019, #6025, #6028, #6030, #6039, #6053, #6060, #6069.


Version 3.35.0 (June 1, 2023)
Expand Down

0 comments on commit 978609b

Please sign in to comment.