We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391525 commit 60f3c34Copy full SHA for 60f3c34
1 file changed
build.gradle
@@ -45,8 +45,8 @@ allprojects {
45
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
46
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
47
// docs/src/private/internal/release.md for details)
48
- version = '5.5.3-SNAPSHOT'
49
- status = 'development'
+ version = '5.5.3'
+ status = 'release'
50
}
51
52
// Matches Maven's "project.description".
0 commit comments