chore: bump version
Some checks failed
Build Gradle project / build-gradle-project (push) Failing after 0s

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-01-19 22:42:22 +01:00
parent 98cdbebf79
commit 02b29da5fd
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -33,7 +33,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.8"
?: "2.7.0"
val kordver = "1.7.1-SNAPSHOT"
val coroutinesver = "1.7.3"