fix version number

This commit is contained in:
asiekierka 2015-01-10 18:46:08 +01:00
parent 7eaf537ecf
commit be1d1f2fc9

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.3.0.1"
version = "6.3.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]