Skip to content

Commit

Permalink
Begin work on 5.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jan 6, 2025
1 parent 77ec89c commit ecb86d8
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 @@ -46,8 +46,8 @@ allprojects {
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs
version = '5.7.0'
status = 'release'
version = '5.7.1-SNAPSHOT'
status = 'development'
}

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

0 comments on commit ecb86d8

Please sign in to comment.