Skip to content

Commit e470c5e

Browse files
committed
Begin work on 5.9.1-SNAPSHOT
1 parent 6ac8520 commit e470c5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.0'
33-
//status = 'development'
34-
status= 'release'
32+
version = '5.9.1-SNAPSHOT'
33+
status = 'development'
34+
//status= 'release'
3535
}
3636

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

0 commit comments

Comments
 (0)