Skip to content

Commit

Permalink
chore(run-server): bump to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Jul 2, 2023
1 parent edf32de commit dcc92f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdvancedTeleport-Bukkit/build.gradle.kts
Expand Up @@ -141,8 +141,8 @@ tasks {
// Wait for slimJar to go through first
dependsOn(slimJar)

// Set the version to 1.20
minecraftVersion("1.20")
// Set the version to 1.20.1
minecraftVersion("1.20.1")

// Get the dev server folder
val devServer = file(findProperty("devServer") ?: "${System.getProperty("user.home")}/Documents/Minecraft/Dev")
Expand Down

0 comments on commit dcc92f9

Please sign in to comment.