From 7ad181f8a423e8ee342cb01ee2092a47d25b59a8 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 28 Nov 2018 20:31:30 +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 594a733a8..6b63f5caf 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ println """ allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-beta-02' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"