Skip to content

Commit

Permalink
Set patch version to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Feb 23, 2024
1 parent 27dc3ca commit ed178fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 5
// 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 = 32
ext.versionPatch = 33

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down

0 comments on commit ed178fc

Please sign in to comment.