prepare nms for 1.21.10

This commit is contained in:
alexcrea 2025-10-07 04:41:47 +02:00
parent 7d9b0f05cd
commit c63482c9df
Signed by: alexcrea
GPG key ID: E346CD16413450E3
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.15.0"
version = "1.15.1"
val effectiveVersion = "$version" +
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")