fix me being stupid

This commit is contained in:
alexcrea 2025-06-23 22:04:20 +02:00
parent f24d2e227e
commit 2a36ad945d
No known key found for this signature in database
GPG key ID: 027DD67D2D3280C5
2 changed files with 2 additions and 2 deletions

View file

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