Skip to content

Commit

Permalink
Release 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jun 17, 2020
1 parent 1b20c35 commit 5fd9cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ 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.3.3-SNAPSHOT'
version = '5.3.3'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
//status = 'release'
//status = 'development'
status = 'release'
}

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

0 comments on commit 5fd9cad

Please sign in to comment.