Skip to content

Commit 09b6136

Browse files
committed
Use correct version variable in build.gradle
1 parent a1b2060 commit 09b6136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ publishMods {
360360
version = project.version
361361
changelog = changelogContents
362362
type = ReleaseType.of(releaseChannel)
363-
displayName = "Modern Industrialization v${version}"
363+
displayName = "Modern Industrialization v${project.version}"
364364
modLoaders = ["neoforge"]
365365

366366
def shared = { platform ->

0 commit comments

Comments
 (0)