From 1b4ea528ea4ab789228a1913ab70b1d73a732ff3 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 5 Jun 2019 22:02:08 +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 aea7c30a4..839562495 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ println """ allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-rc-3' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"