Skip to content

Commit 4503402

Browse files
committed
Release 5.8
1 parent e4b8f20 commit 4503402

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
@@ -38,9 +38,9 @@ allprojects {
3838
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
3939
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4040
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
41-
version = '5.8-SNAPSHOT'
42-
status = 'development'
43-
//status = 'release'
41+
version = '5.8'
42+
//status = 'development'
43+
status = 'release'
4444
}
4545

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

0 commit comments

Comments
 (0)