chore: update description (ci trigger in reality)

(cherry picked from commit 0d21e487d2)
This commit is contained in:
mworzala 2023-12-19 01:01:52 +02:00 committed by Matt Worzala
parent 055b927bca
commit de9dc37aaa
1 changed files with 1 additions and 1 deletions

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")