Skip to content

Commit bd96de7

Browse files
author
Tara Drwenski
committed
Release 5.5
1 parent 74af301 commit bd96de7

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

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

0 commit comments

Comments
 (0)