Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiniatros committed Sep 21, 2021
1 parent 7476134 commit b1a8690
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 @@ -7,7 +7,7 @@ plugins {
}

def appVersionCode = System.getenv("GITHUB_RUN_NUMBER") != null ? System.getenv("GITHUB_RUN_NUMBER").toInteger() : 1000000
version = "2.3.0"
version = "2.3.1"
archivesBaseName = "verifier-v${version}-${appVersionCode}"

android {
Expand Down

0 comments on commit b1a8690

Please sign in to comment.