Skip to content

Commit 7f40567

Browse files
committed
build: fix version, oops
1 parent 316f66a commit 7f40567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
apply plugin: "maven-publish"
3030
apply from: "https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/git-md-changelog.gradle"
3131

32-
version = project.version
32+
version = project.mod_version
3333
group = project.maven_group
3434
archivesBaseName = project.archives_base_name
3535

0 commit comments

Comments
 (0)