Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored Jan 20, 2024
1 parent 5f8c887 commit c66f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "net.md-5"
val ghRunNumber = System.getenv("GITHUB_RUN_NUMBER")?.let { "build.$it" } ?: "local"
val bungeeVersion = "1.20-R0.1"
val bungeeVersion = "1.20-R0.2"
version = if (bungeeVersion.endsWith("-SNAPSHOT")) {
"${bungeeVersion.replace("-SNAPSHOT", "")}-deprecated-SNAPSHOT"
} else {
Expand Down

0 comments on commit c66f2ae

Please sign in to comment.