From 568643d08a5f4c835de29df6fa4799c371b0dfa5 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 20 Sep 2018 17:31:14 +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 c0b845136..9d91915c1 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ buildscript { allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-beta-01' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"