Add version (build) number, fix server crash

This commit is contained in:
raoulvdberge
2019-10-17 18:48:56 +02:00
parent 2d3e4628cf
commit e46baf4a3c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.7'
version = '1.7+5'
group = 'com.raoulvdberge'
archivesBaseName = 'refinedstorage'