Skip to content

Commit 6abf64e

Browse files
committed
Release 5.7.0
1 parent d4286d7 commit 6abf64e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ allprojects {
4545
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
4646
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4747
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
48-
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
49-
// docs/src/private/internal/release.md for details)
50-
version = '5.6.1-SNAPSHOT'
51-
status = 'development'
48+
// Note - if bumping to a new major or minor version, be sure to update the docs
49+
version = '5.7.0'
50+
status = 'release'
5251
}
5352

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

0 commit comments

Comments
 (0)