Update version to 1.0.2-alpha in build.gradle.kts and enhance release workflow in release.yml
Build and Release / build (push) Successful in 2m4s

This commit is contained in:
Илья Глазунов
2025-12-22 20:39:18 +03:00
parent 2625155037
commit 35c3b1d4fc
2 changed files with 57 additions and 34 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
}
group = "com.rpserver"
version = "1.0.0-alpha"
version = "1.0.2-alpha"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))