version bump (v1.13.0)

This commit is contained in:
alexcrea 2025-07-08 23:20:06 +02:00
parent f740248a85
commit 6c470e9fa8
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

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