patch version is bumped before shipping apk to participants, just to separate dev and testing posthog events from ones generated by real usage

This commit is contained in:
NIkita Fedrunov 2022-05-25 11:58:01 +02:00
parent 2ec468ba27
commit df25dfc284
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ext.versionMinor = 4
// 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 = 16
ext.versionPatch = 17
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'