fix default rename text issue

This commit is contained in:
alexcrea 2025-12-06 04:11:41 +01:00
parent c94c85a3cf
commit 9e7a1a963d
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.15.5"
version = "1.15.6"
val effectiveVersion = "$version" +
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")