chore: bump version
This commit is contained in:
parent
48671c3b0a
commit
61cdad8b21
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ plugins {
|
|||
`maven-publish`
|
||||
}
|
||||
|
||||
//lilJudd version 2
|
||||
//Bedge version 1
|
||||
val ownerID = 372703841151614976L
|
||||
group = "net.moonleay.bedge"
|
||||
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
|
||||
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "0.0.7"
|
||||
?: "0.0.8"
|
||||
|
||||
val kordver = "1.5.9-SNAPSHOT"
|
||||
val coroutinesver = "1.7.3"
|
||||
|
|
Loading…
Reference in a new issue