Merge pull request #1534 from Goldman60/patch-1

Match build number to branch
This commit is contained in:
SpaceToad 2014-03-19 10:56:56 +01:00
commit 957a9de907

View file

@ -29,7 +29,7 @@ if (System.getenv().BUILD_NUMBER)
else
logger.lifecycle "SETTING BUILDNUMBER TO 0"
version = "5.0.3"
version = "5.1.0"
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]