Skip to content

Commit

Permalink
bump version: 9.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletter2333 committed Jun 17, 2024
1 parent 8c47aaf commit d47fc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"

def verName = "9.5.8-preview01"
def verCode = 730
def verName = "9.5.8"
def verCode = 750

if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim().replace('\'','')
Expand Down

0 comments on commit d47fc2b

Please sign in to comment.