chore: bump version

This commit is contained in:
moonleay 2024-02-07 11:00:42 +01:00
parent 00d16e657d
commit 47303cdc4d
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -32,7 +32,7 @@ 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.8"
?: "0.0.9"
val kordver = "1.5.9-SNAPSHOT"
val coroutinesver = "1.7.3"