From ae51d74afb2bbaa53d37bb5247e1f8abd1839784 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 22 Jan 2019 22:17:22 +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 902db974..5952d2b6 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ allprojects { group = 'com.sk89q.worldguard' - version = '7.0.0-beta-03' + version = '7.0.0-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"