Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Aug 12, 2024
1 parent df7aba5 commit c3b9a01
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 @@ -9,7 +9,7 @@ plugins {
alias(libs.plugins.kotlin.serialization)
}

val baseVersionName = "0.0.1"
val baseVersionName = "0.1.0"
val devVersion = exec("git tag --contains HEAD").isEmpty()
val commitShaSuffix = commitSha.let { ".${it.substring(0, 7)}" }
val devSuffix = if (devVersion) ".dev" else ""
Expand Down

0 comments on commit c3b9a01

Please sign in to comment.