Skip to content

Commit 647155b

Browse files
committed
Release 5.9.1
1 parent 8cede2f commit 647155b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +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.1-SNAPSHOT'
33-
status = 'development'
34-
//status= 'release'
32+
version = '5.9.1'
33+
//status = 'development'
34+
status= 'release'
3535
}
3636

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

0 commit comments

Comments
 (0)