Skip to content

Commit 4ffcc1d

Browse files
committed
Include build number in mod version metadata
1 parent 427a949 commit 4ffcc1d

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
@@ -275,7 +275,7 @@ artifacts {
275275
// Replace properties in files
276276
processResources {
277277
def expandProps = [
278-
'mod_version' : mod_version,
278+
'mod_version' : project.version,
279279
'group' : project.group, //Else we target the task's group.
280280
'minecraft_version' : minecraft_version,
281281
'mod_name' : mod_name,

0 commit comments

Comments
 (0)