version up

This commit is contained in:
alexcrea 2025-06-14 15:59:00 +02:00
parent ff27180e82
commit 80c6250cc2
No known key found for this signature in database
GPG key ID: 027DD67D2D3280C5

View file

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