Skip to content

Commit

Permalink
Bump to 1.20-R0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 6, 2023
1 parent ef7d9fd commit 5f8c887
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.16-R0.4"
val bungeeVersion = "1.20-R0.1"
version = if (bungeeVersion.endsWith("-SNAPSHOT")) {
"${bungeeVersion.replace("-SNAPSHOT", "")}-deprecated-SNAPSHOT"
} else {
Expand Down

0 comments on commit 5f8c887

Please sign in to comment.