chore: bump version

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-10-21 14:56:38 +02:00
parent b3ba4e3e99
commit 8a2a9564b8

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.1"
?: "0.3.3"
val kordver = "1.5.10-SNAPSHOT"
val coroutinesver = "1.7.3"