Skip to content

Commit e2dccad

Browse files
committed
Begin work on 5.7.1-SNAPSHOT
1 parent 6abf64e commit e2dccad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ allprojects {
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.
4848
// Note - if bumping to a new major or minor version, be sure to update the docs
49-
version = '5.7.0'
50-
status = 'release'
49+
version = '5.7.1-SNAPSHOT'
50+
status = 'development'
5151
}
5252

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

0 commit comments

Comments
 (0)