From 9cf8847e0e645dc5cbb154c5c20e8f324d265a57 Mon Sep 17 00:00:00 2001 From: wizjany Date: Thu, 8 Jun 2017 10:40:48 -0400 Subject: [PATCH] [Bukkit] Push 6.1.7 and bump. Forge will take the next number when it gets released. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f7dd1540..02063637e 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ buildscript { allprojects { group = 'com.sk89q.worldedit' - version = '6.1.7-SNAPSHOT' + version = '6.1.8-SNAPSHOT' } if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"