Skip to content

Commit

Permalink
deploy-override-version
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyks committed Oct 9, 2023
1 parent 6e87c35 commit 9709a68
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.8.0"
val marathon = System.getenv("DEPLOY_VERSION_OVERRIDE") ?: "0.8.0"

val kotlin = "1.7.10"
val coroutines = "1.6.4"
Expand Down

0 comments on commit 9709a68

Please sign in to comment.