We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a74de2 commit 54e1b67Copy full SHA for 54e1b67
2 files changed
build.gradle
@@ -120,7 +120,7 @@ allprojects { currentProj ->
120
// * any new checkers have been added, or
121
// * backward-incompatible changes have been made to APIs or elsewhere.
122
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
123
- version = '3.49.1-SNAPSHOT'
+ version = '3.49.1'
124
125
tasks.withType(JavaCompile).configureEach {
126
options.fork = true
docs/CHANGELOG.md
@@ -1,11 +1,10 @@
1
Version 3.49.1 (March 3, 2025)
2
------------------------------
3
4
-**User-visible changes:**
+**Closed issues:**
5
6
-**Implementation details:**
+#6970, #6974.
7
8
-**Closed issues:**
9
10
Version 3.49.0 (February 3, 2025)
11
--------------------------------
0 commit comments