Skip to content

Commit 82d83fa

Browse files
committed
Release 5.2.0
1 parent aaf8b10 commit 82d83fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ allprojects {
4141
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4242
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4343
// docs/src/private/internal/release.md for details)
44-
version = '5.2.0-SNAPSHOT'
44+
version = '5.2.0'
4545
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
46-
status = 'development'
46+
status = 'release'
4747
}
4848

4949
// Matches Maven's "project.description".

0 commit comments

Comments
 (0)