Skip to content

Commit f2d40f9

Browse files
committed
Release 5.0.0-beta9
1 parent e5af6c1 commit f2d40f9

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,9 +46,9 @@ allprojects {
4646
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
4747
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4848
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
49-
version = '5.0.0-SNAPSHOT'
49+
version = '5.0.0-beta9'
5050
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
51-
status = 'development'
51+
status = 'release'
5252
}
5353

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

0 commit comments

Comments
 (0)