version bump

This commit is contained in:
alexcrea 2026-02-10 12:14:04 +01:00
parent c8f1aa65a2
commit 8e3f190bb3
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -22,7 +22,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.15.11"
version = "1.15.12"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"