Skip to content

Commit

Permalink
Release 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 16, 2024
1 parent 74af301 commit bd96de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ allprojects {
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
version = '5.5-SNAPSHOT'
version = '5.5'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down

0 comments on commit bd96de7

Please sign in to comment.