chore: bump version

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-12-07 08:57:35 +01:00
parent f3003ace7e
commit 571345b0ba
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -32,7 +32,7 @@ val ownerID = 372703841151614976L
group = "net.moonleay.liljudd"
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
?: "2.6.5"
?: "2.6.6"
val kordver = "1.5.9-SNAPSHOT"
val coroutinesver = "1.7.3"