Skip to content

Commit

Permalink
Change version from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chefski committed May 13, 2023
1 parent 3c8e140 commit 1677fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val ciRunNumber = System.getenv("GITHUB_RUN_NUMBER").orEmpty()
val isReleaseBuild = ciBuild && ciRef.contains("main")
val devReleaseName = if (ciBuild) "(Dev #$ciRunNumber)" else "($buildCommit)"

val version = "2.0.0"
val version = "2.1.0"
val versionDisplayName = "$version ${if (isReleaseBuild) "" else devReleaseName}"

android {
Expand Down

0 comments on commit 1677fc0

Please sign in to comment.