We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bf333 commit 73ea340Copy full SHA for 73ea340
build.gradle.kts
@@ -18,7 +18,7 @@ val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
18
val PARCHMENT_VERSION by extra { null }
19
20
// https://semver.org/
21
-val MOD_VERSION by extra { "0.14.8" }
+val MOD_VERSION by extra { "0.15.0" }
22
23
allprojects {
24
apply(plugin = "java")
0 commit comments