Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Dec 4, 2023
1 parent 19ae530 commit 2f4073a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ allprojects {
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release: ./gradlew publish
version '3.40.1-SNAPSHOT'
version '3.41.0'

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

**User-visible changes:**
Expand All @@ -16,6 +16,8 @@ TypeMirror, boolean)` instead.

**Closed issues:**

#1497, #3345, #6037, #6204, #6276, #6282, #6290, #6296, #6319, #6327.


Version 3.40.0 (November 1, 2023)
---------------------------------
Expand Down

0 comments on commit 2f4073a

Please sign in to comment.