Prepare next release.

This commit is contained in:
Benoit Marty 2025-03-13 15:44:14 +01:00
parent 87d7fcdc80
commit 737705843e

View File

@ -37,7 +37,7 @@ ext.versionMinor = 6
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 34
ext.versionPatch = 36
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'