fix me being stupid

used wrong class
This commit is contained in:
alexcrea 2025-08-18 17:48:43 +02:00
parent e6ff0a5e5f
commit 092daa9306
Signed by: alexcrea
GPG key ID: E346CD16413450E3
2 changed files with 3 additions and 2 deletions

View file

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