Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Oct 23, 2019
1 parent aaf8b10 commit 82d83fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ allprojects {
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
// docs/src/private/internal/release.md for details)
version = '5.2.0-SNAPSHOT'
version = '5.2.0'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down

0 comments on commit 82d83fa

Please sign in to comment.