chore: bump version

This commit is contained in:
moonleay 2023-10-15 13:29:56 +02:00
parent 3021d4a0f7
commit ccf5ef4f0d

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