From 1e751109c35ec3445eefe1091615b9c6ea566a9f Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 24 Jul 2015 17:22:19 -0700 Subject: [PATCH] [Creator] Set version to 2.0.2-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 14cfc3d..d274187 100644 --- a/creator-tools/build.gradle +++ b/creator-tools/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.github.johnrengelman.shadow' -version = "2.0.1" +version = "2.0.2-SNAPSHOT" sourceCompatibility = 1.8 targetCompatibility = 1.8