Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-shi committed Feb 7, 2022
1 parent 63f694d commit a934c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def appVersionCode = 1000000
if (System.getenv("GITHUB_REPOSITORY_OWNER") == "minvws") {
appVersionCode = System.getenv("GITHUB_RUN_NUMBER") != null ? System.getenv("GITHUB_RUN_NUMBER").toInteger() : 1000000
}
version = "2.6.2"
version = "2.6.3"
archivesBaseName = "verifier-v${version}-${appVersionCode}"

android {
Expand Down

0 comments on commit a934c78

Please sign in to comment.