Skip to content

Commit

Permalink
1.21.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Aug 10, 2024
1 parent 9320471 commit 7a02020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ repositories {
}


var minecraftVersion = "1.21"
var minecraftVersion = "1.21.1"

task<Exec>("minecraftVersion") {
minecraftVersion = System.getenv("MC_VERSION") ?: "1.21"
minecraftVersion = System.getenv("MC_VERSION") ?: "1.21.1"
}

group = "org.alvindimas05.lagassist"
Expand Down

0 comments on commit 7a02020

Please sign in to comment.