fix: fixed issues with the "is in vc" check

chore: update README.md

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-04-19 21:18:46 +02:00
parent 16069d6ccd
commit c8d7003ef5
6 changed files with 18 additions and 8 deletions

View file

@ -33,7 +33,7 @@ val ownerID = 372703841151614976L
group = "de.limited_dev.botendo"
version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_SHORT_SHA")}-prod" }
?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
?: "6.1.0"
?: "6.1.1"
val kordver = "1.5.6"
val lavaver = "3.8.0"