Skip to content

Commit

Permalink
deploy_version_override version
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyks committed Jan 22, 2024
1 parent a0c5156 commit bce572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val marathon = System.getenv("GIT_TAG_NAME") ?: "0.9.1"
val marathon = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.9.1"

val kotlin = "1.9.10"
val coroutines = "1.7.3"
Expand Down

0 comments on commit bce572b

Please sign in to comment.