version up

This commit is contained in:
alexcrea 2025-06-17 17:26:04 +02:00
parent a0c243f2dd
commit 3d664b9fbd

View file

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