Skip to content

Commit b47ab5c

Browse files
committed
Include build number in mod version metadata
1 parent 4b22ccb commit b47ab5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ artifacts {
258258
// Replace properties in files
259259
processResources {
260260
def expandProps = [
261-
'mod_version' : mod_version,
261+
'mod_version' : project.version,
262262
'group' : project.group, //Else we target the task's group.
263263
'minecraft_version' : minecraft_version,
264264
'mod_name' : mod_name,

0 commit comments

Comments
 (0)