Skip to content

Commit

Permalink
Add Minecraft version to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycorvid committed Nov 28, 2024
1 parent 28c5ccf commit 492f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
}

version = "${project.mod_version}"
version = "${project.mod_version}+mc${project.minecraft_version}"
group = project.maven_group

base {
Expand Down

0 comments on commit 492f06e

Please sign in to comment.