Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jan 6, 2025
1 parent d4286d7 commit 6abf64e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,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.
// 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.6.1-SNAPSHOT'
status = 'development'
// Note - if bumping to a new major or minor version, be sure to update the docs
version = '5.7.0'
status = 'release'
}

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

0 comments on commit 6abf64e

Please sign in to comment.