Skip to content

Commit 6ac8520

Browse files
committed
Release 5.9.0
1 parent 3055ddb commit 6ac8520

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ allprojects {
2929
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
3030
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
3131
// Note - if bumping to a new major or minor version, be sure to update the docs
32-
version = '5.9.0-SNAPSHOT'
33-
status = 'development'
32+
version = '5.9.0'
33+
//status = 'development'
34+
status= 'release'
3435
}
3536

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

0 commit comments

Comments
 (0)