fix version number in script - gah

This commit is contained in:
asiekierka 2015-03-03 20:09:05 +01:00
parent 727c0e205b
commit e970f4b5ec

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.4.1"
version = "6.4.2"
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]