bump version

This commit is contained in:
Pyrbu 2024-12-27 12:02:36 +01:00
parent 55104b56f3
commit 9d1d8f9bb0

View file

@ -2,7 +2,7 @@ subprojects {
apply plugin: "java"
group "lol.pyr"
version "2.0.0" + (System.getenv().containsKey("BUILD_ID") ? "-SNAPSHOT" : "")
version "2.1.0" + (System.getenv().containsKey("BUILD_ID") ? "-SNAPSHOT" : "")
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))