Skip to content

Commit

Permalink
Begin work on 5.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Jul 16, 2024
1 parent bd96de7 commit 0d7a0fe
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'
version = '5.6-SNAPSHOT'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'release'
status = 'development'
}

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

0 comments on commit 0d7a0fe

Please sign in to comment.