Bump to 1.9.5

This commit is contained in:
raoulvdberge
2020-08-30 20:11:48 +02:00
parent d9d5616469
commit dcbf838c70

View File

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