version bump

This commit is contained in:
alexcrea 2026-01-16 23:59:34 +01:00
parent 0ee9a7c0d3
commit 9dcafb77ec
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

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