From c350863b2356bc25bd952ed8bd173351e725814f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 14 May 2019 19:52:09 +1000 Subject: [PATCH] 7.0.0 Release Candidate 1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 839562495..3b8e3bd23 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ println """ allprojects { group = 'com.sk89q.worldedit' - version = '7.0.0-SNAPSHOT' + version = '7.0.0-rc-1' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"