Skip to content

Commit

Permalink
Remove MC version suffix since it's already in the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Nov 30, 2024
1 parent 3785689 commit 40ffc72
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 @@ -2,7 +2,7 @@ plugins {
id("fabric-loom") version "1.8-SNAPSHOT"
}

version = "${rootProject.extra["mod_version"]}-${project.extra["minecraft_version"]}"
version = "${rootProject.extra["mod_version"]}"
group = "${rootProject.extra["maven_group"]}.mod.fabric"

base {
Expand Down

0 comments on commit 40ffc72

Please sign in to comment.