Skip to content

Commit f79faef

Browse files
committed
Prep for release.
1 parent 18b9ec2 commit f79faef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ allprojects {
114114
// * any new checkers have been added, or
115115
// * backward-incompatible changes have been made to APIs or elsewhere.
116116
// To make a snapshot release: ./gradlew publish
117-
version '3.38.1-SNAPSHOT'
117+
version '3.39.0'
118118

119119
tasks.withType(JavaCompile).configureEach {
120120
options.fork = true

docs/CHANGELOG.md

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

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

2020
**Closed issues:**
2121

22+
#5911, #5967, #6155, #6173, #6201.
23+
2224

2325
Version 3.38.0 (September 1, 2023)
2426
----------------------------------

0 commit comments

Comments
 (0)