File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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".
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 ]
You can’t perform that action at this time.
0 commit comments