version 5.0.1
This commit is contained in:
parent
31f6516b79
commit
983cd6fba7
1 changed files with 1 additions and 1 deletions
2
build.gradle
Normal file → Executable file
2
build.gradle
Normal file → Executable file
|
@ -29,7 +29,7 @@ if (System.env.hasProperty('buildnumber'))
|
|||
else
|
||||
logger.lifecycle "SETTING BUILDNUMBER TO 0"
|
||||
|
||||
version = "5.0.0"
|
||||
version = "5.0.1"
|
||||
group= "com.mod-buildcraft"
|
||||
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
|
||||
|
||||
|
|
Loading…
Reference in a new issue