Skip to content

Commit 33fa2a8

Browse files
authored
Version Bump
1 parent 1cc2ecd commit 33fa2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMessagesProj/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
def commitId = System.getenv("COMMIT_ID")
1414
def verName = "${APP_VERSION_NAME}${commitId?.take(7) ? "-${commitId.take(7)}" : ''}"
15-
def verCode = 1209
15+
def verCode = 1210
1616

1717
def officialVer = APP_VERSION_NAME
1818
def officialCode = APP_VERSION_CODE

0 commit comments

Comments
 (0)