Skip to content

Commit 978609b

Browse files
committed
Prep for release.
1 parent 5338585 commit 978609b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ allprojects {
105105
// level (third number) if:
106106
// * any new checkers have been added, or
107107
// * backward-incompatible changes have been made to APIs or elsewhere.
108-
version '3.35.1-SNAPSHOT'
108+
version '3.36.0'
109109

110110
tasks.withType(JavaCompile).configureEach {
111111
options.fork = true

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.36.0 (July 5, 2023)
1+
Version 3.36.0 (July 3, 2023)
22
-----------------------------
33

44
**User-visible changes:**
@@ -50,6 +50,7 @@ Renamed methods in `CFAbstractValue`:
5050
* `combineNoAnnotations()` => `combineTwoTypeVars()`
5151

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

5455

5556
Version 3.35.0 (June 1, 2023)

0 commit comments

Comments
 (0)