bump version
This commit is contained in:
parent
55104b56f3
commit
9d1d8f9bb0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue