chore: bump version
This commit is contained in:
parent
acefe1b712
commit
aa81261dd9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ val ownerID = 372703841151614976L
|
|||
group = "net.moonleay.botendo"
|
||||
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
|
||||
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "6.5.1"
|
||||
?: "6.5.2"
|
||||
|
||||
val kordext_ver = "1.7.1-SNAPSHOT"
|
||||
val lavakord_ver = "6.0.0"
|
||||
|
|
Loading…
Reference in a new issue