Skip to content

Commit c6acc33

Browse files
committed
Update to mc version 1.21.11
1 parent 3877afb commit c6acc33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("com.modrinth.minotaur") version "2.+"
1010
}
1111

12-
val minecraftVersion = "1.21.10"
12+
val minecraftVersion = "1.21.11"
1313
val pluginVersion: String = "1.15.1" + if (System.getenv("runnumber") != null) "." + System.getenv("runnumber") else ""
1414

1515
group = "com.github.atompilz-devteam"

0 commit comments

Comments
 (0)