chore: bump version

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-10-15 22:25:06 +02:00
parent cc397f4b07
commit c3c6e9c9ee

View file

@ -14,7 +14,7 @@ val ownerID = 372703841151614976L
group = "net.moonleay.rssbot"
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.3.0"
?: "0.3.1"
val kordver = "1.5.10-SNAPSHOT"
val coroutinesver = "1.7.3"