Bump to 1.9.7

This commit is contained in:
raoulvdberge
2020-09-25 21:33:42 +02:00
parent 288fa960e6
commit bbf10e7564

View File

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