Skip to content

Commit

Permalink
Prepare for 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Mar 2, 2020
1 parent 818f54e commit d3081be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion released-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"buildTime": "20200213012914+0000"
},
"finalReleases": [
{
"version": "6.2.1",
"buildTime": "20200224202410+0000"
},
{
"version": "6.2",
"buildTime": "20200217083201+0000"
Expand Down Expand Up @@ -353,4 +357,4 @@
"version": "0.7"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"acceptedApiChanges": [
]
}
"acceptedApiChanges": []
}
2 changes: 1 addition & 1 deletion subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Switch your build to use Gradle @version@ by updating your wrapper:

See the [Gradle 6.x upgrade guide](userguide/upgrading_version_6.html#changes_@baseVersion@) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle @version@.

NOTE: Gradle 6.2 has had _one_ patch release fixing several issues. We recommend always using the latest patch release.
NOTE: Gradle 6.2 has had _two_ patch releases, which fixed several issues from the original release. We recommend always using the latest patch release.

For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.1
6.2.2

0 comments on commit d3081be

Please sign in to comment.