Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Oct 2, 2023
1 parent 18b9ec2 commit f79faef
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.38.1-SNAPSHOT'
version '3.39.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.39.0 (October 1, 2023)
Version 3.39.0 (October 2, 2023)
--------------------------------

**User-visible changes:**
Expand All @@ -19,6 +19,8 @@ WPI uses 1-based indexing for formal parameters and arguments.

**Closed issues:**

#5911, #5967, #6155, #6173, #6201.


Version 3.38.0 (September 1, 2023)
----------------------------------
Expand Down

0 comments on commit f79faef

Please sign in to comment.