From 502cfb338f04f9e906b5f3de3b622015c25eabe7 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 11 Dec 2018 11:19:39 +1000 Subject: [PATCH] Back to snapshot for continued development --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1b508512..6b63f5caf 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ println """ allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-beta-04' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"