Skip to content

Commit

Permalink
fix version property
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Oct 15, 2023
1 parent 7cf2812 commit 0fbcf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/subprojects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {

processResources {
def properties = [
version : version,
version : rootProject.version,
minecraft_version: minecraft_version,
forge : forge.split("\\.")[0],
fabric : fabric,
Expand Down

0 comments on commit 0fbcf6e

Please sign in to comment.