Bumped version and fixed LazyBlock issue.

This commit is contained in:
Matthew Miller
2018-01-03 17:06:58 +10:00
parent d5012bb072
commit 3aff57d071
2 changed files with 9 additions and 4 deletions

View File

@ -35,7 +35,7 @@ buildscript {
allprojects {
group = 'com.sk89q.worldedit'
version = '6.1.10-SNAPSHOT'
version = '7.0.0-SNAPSHOT'
}
if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"