From aefebf32c283e4ded90cc46e0069c1543825c7d0 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 14 May 2019 20:34:56 +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 9f7dc6e0..ec9dfc7f 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { group = 'com.sk89q.worldguard' - version = '7.0.0-rc-1' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"