We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d7fcd commit 7377058Copy full SHA for 7377058
vector-app/build.gradle
@@ -37,7 +37,7 @@ ext.versionMinor = 6
37
// Note: even values are reserved for regular release, odd values for hotfix release.
38
// When creating a hotfix, you should decrease the value, since the current value
39
// is the value for the next regular release.
40
-ext.versionPatch = 34
+ext.versionPatch = 36
41
42
static def getGitTimestamp() {
43
def cmd = 'git show -s --format=%ct'
0 commit comments