Skip to content

Commit

Permalink
fix "default" version of package
Browse files Browse the repository at this point in the history
  • Loading branch information
recke96 committed Mar 21, 2024
1 parent 3518f8a commit 03255f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.conveyor)
}

version = System.getenv("RELEASE_VERSION")?.trimStart('v') ?: "0.1.5"
version = System.getenv("RELEASE_VERSION")?.trimStart('v') ?: "dev"

kotlin {
jvmToolchain(21)
Expand Down

0 comments on commit 03255f9

Please sign in to comment.