Skip to content

Commit ee899ef

Browse files
committed
Version Bump
1 parent 88a5962 commit ee899ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TMessagesProj/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
def buildTimestamp = System.getenv('BUILD_TIMESTAMP') ?: '0'
1111
def commitId = System.getenv('COMMIT_ID')
1212
def verName = "${APP_VERSION_NAME}${commitId?.take(7) ? "-${commitId.take(7)}" : ''}"
13-
def verCode = 1257
13+
def verCode = 1258
1414

1515
def officialVer = APP_VERSION_NAME
1616
def officialCode = APP_VERSION_CODE

0 commit comments

Comments
 (0)