chore: bump version
All checks were successful
Build Gradle project / build-gradle-project (push) Successful in 2m43s

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-01-29 16:41:09 +01:00
parent 95321b4895
commit 0f399cb58c
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.7.0"
?: "2.7.1"
val kordver = "1.7.1-SNAPSHOT"
val coroutinesver = "1.7.3"