From 405bf8dc07b30bfa6988019190e1f61666df8caa Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 14 May 2019 20:21:55 +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 3b8e3bd23..839562495 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ println """ allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-rc-1' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"