Skip to content

Commit 7f3f6c0

Browse files
committed
Include build number in mod version metadata
1 parent 67cfb70 commit 7f3f6c0

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
@@ -239,7 +239,7 @@ artifacts {
239239
// Replace properties in files
240240
processResources {
241241
def expandProps = [
242-
'mod_version' : mod_version,
242+
'mod_version' : project.version,
243243
'group' : project.group, //Else we target the task's group.
244244
'minecraft_version' : minecraft_version,
245245
'mod_name' : mod_name,

0 commit comments

Comments
 (0)