chore: bump version

This commit is contained in:
moonleay 2024-01-18 08:47:15 +01:00
parent 48671c3b0a
commit 61cdad8b21
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -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"