From 1acdf2545650c4a1e5c7c3c511076d67c8db0eab Mon Sep 17 00:00:00 2001 From: Michel Jung Date: Thu, 28 Jan 2016 23:08:27 +0100 Subject: [PATCH] v0.6.0-alpha --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a657d958f3..88cac229a6 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ apply plugin: 'install4j' sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 -version = '0.6.0-alpha' +version = '0.6.1-alpha' mainClassName = "com.faforever.client.Main" applicationDefaultJvmArgs = ["-Djava.library.path=../lib"]