Skip to content

Commit

Permalink
Release 5.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jul 26, 2019
1 parent 17c6c56 commit 19c22b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -38,9 +38,9 @@ allprojects {
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
version = '5.0.0-SNAPSHOT'
version = '5.0.0-beta7'
// 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 19c22b0

Please sign in to comment.