version bump

This commit is contained in:
alexcrea 2025-12-01 18:06:44 +01:00
parent c94c85a3cf
commit 9c3c2cfd2c
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

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