diff --git a/build.gradle b/build.gradle index 6efffe4..32c4415 100644 --- a/build.gradle +++ b/build.gradle @@ -182,7 +182,7 @@ subprojects { subproject -> curseforge System.getenv("CURSEFORGE_TOKEN") ?: "" } setDebug(noPublish) - setVersion(project.version) + setVersion(mod_version) setChangelog(changelog_body) setVersionType(version_type) setArtifact(isFabric ? remapJar : jar)