version bump

This commit is contained in:
alexcrea 2026-01-27 21:05:14 +01:00
parent 377bc4c1d8
commit b7e19355a8
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

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