plugin version as beta

This commit is contained in:
alexcrea 2025-07-27 06:59:01 +02:00
parent 3fc279a0fd
commit 3a72442e96
Signed by: alexcrea
GPG key ID: E346CD16413450E3
2 changed files with 1 additions and 2 deletions

View file

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