Skip to content

Commit c5ccea7

Browse files
committed
Release 5.9.1.1 (toolsUI)
1 parent cb8bffc commit c5ccea7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ allprojects {
2929
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
3030
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
3131
// Note - if bumping to a new major or minor version, be sure to update the docs
32-
version = '5.9.1'
33-
//status = 'development'
34-
status= 'release'
32+
version = '5.9.1.1'
33+
status = 'development'
34+
//status= 'release'
3535
}
3636

3737
// Matches Maven's "project.description".
@@ -61,7 +61,7 @@ ext {
6161
docVersionParts = cleanVersion.tokenize('.')
6262

6363
// we should always have a major, minor, and patch value in our version
64-
assert docVersionParts.size == 3
64+
assert docVersionParts.size == 4
6565

6666
// keep major and minor parts of the version and use those to version the docs
6767
docVersion = docVersionParts[0] + '.' + docVersionParts[1]

0 commit comments

Comments
 (0)