fix forgetting luck of the sea for the longest time

This commit is contained in:
alexcrea 2025-11-10 23:43:16 +01:00
parent bc8107ca44
commit ade94bdfca
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 86 additions and 25 deletions

View file

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