prepare 6.0.1 release
This commit is contained in:
parent
89acd880dc
commit
699295e19b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if (System.getenv().BUILD_NUMBER)
|
||||||
else
|
else
|
||||||
logger.lifecycle "SETTING BUILDNUMBER TO 0"
|
logger.lifecycle "SETTING BUILDNUMBER TO 0"
|
||||||
|
|
||||||
version = "6.0.0"
|
version = "6.0.1"
|
||||||
group= "com.mod-buildcraft"
|
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]
|
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