From a3e543e9008a8ec9e7b4d3917b8d4e28ff36f911 Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 24 Jul 2015 12:23:22 -0700 Subject: [PATCH] [Creator] Set version to 2.0.1-SNAPSHOT. --- creator-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/build.gradle b/creator-tools/build.gradle index 719fe44..27068d5 100644 --- a/creator-tools/build.gradle +++ b/creator-tools/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.github.johnrengelman.shadow' -version = "2.0" +version = "2.0.1-SNAPSHOT" sourceCompatibility = 1.8 targetCompatibility = 1.8