Bump to 1.8.4

This commit is contained in:
raoulvdberge
2020-04-29 19:47:02 +02:00
parent 8eaf7359e9
commit a0e2cc247e

View File

@@ -22,7 +22,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
version = '1.8.3' version = '1.8.4'
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}"