Reverted version change

This commit is contained in:
Andrew Dudney 2014-07-05 08:58:23 -06:00
parent f2f563fd39
commit 2935e7288f

View file

@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency
apply plugin: 'maven' // for uploading to a maven repo
apply plugin: 'checkstyle'
version = "6.0.17"
version = "6.0.16"
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]