chore: update description (ci trigger in reality)

This commit is contained in:
mworzala 2023-12-19 01:01:52 +02:00 committed by Matt Worzala
parent db28c44b40
commit 0d21e487d2

View File

@ -13,7 +13,7 @@ plugins {
version = System.getenv("MINESTOM_VERSION") ?: "dev"
val channel = System.getenv("MINESTOM_CHANNEL") ?: "local" // local, snapshot, release
val shortDescription = "1.20.2 Lightweight Minecraft server"
val shortDescription = "1.20.4 Lightweight Minecraft server"
allprojects {
apply(plugin = "java")