Bump to 1.9.8

This commit is contained in:
raoulvdberge
2020-10-04 19:57:11 +02:00
parent 5578655cbd
commit 37dfa3f627

View File

@@ -22,7 +22,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.9.7'
version = '1.9.8'
def env = System.getenv()
if (env.BUILD_NUMBER) {
version = version + "+" + "${env.BUILD_NUMBER}"