Missed a period

This commit is contained in:
Pahimar 2014-05-15 14:54:20 -04:00
parent 36256cdd3f
commit dbae8445ab

View file

@ -17,7 +17,7 @@ buildscript {
apply plugin: 'forge'
version = "1.7.2-0.2" + System.getenv("BUILD_NUMBER") ?: 0;
version = "1.7.2-0.2." + System.getenv("BUILD_NUMBER") ?: 0;
group = "com.pahimar.ee3" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "EquivalentExchange3"