From d0c3fc7ee28570d4ec8218cc9fc54a2bb35b812e Mon Sep 17 00:00:00 2001 From: Gabriel Harris-Rouquette Date: Fri, 31 May 2019 11:20:53 -0700 Subject: [PATCH] Make a patch release for 3.6.1 due to a bug fix with duplication removals. Signed-off-by: Gabriel Harris-Rouquette --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 01ac17f47..d1f1a3eee 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ subprojects { apply plugin: 'net.minecrell.licenser' group 'org.spongepowered' - version '3.7-SNAPSHOT' + version '3.6.1' sourceCompatibility = 1.8 targetCompatibility = 1.8