From 8b6e7b2f2ba0234e8441347535f9cadd94a85881 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 14 Jan 2022 11:14:00 +0100 Subject: [PATCH] build: Release 6.3.0 --- Core/src/main/java/com/plotsquared/core/PlotPlatform.java | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/PlotPlatform.java b/Core/src/main/java/com/plotsquared/core/PlotPlatform.java index 408d0f8cf..e53044039 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotPlatform.java +++ b/Core/src/main/java/com/plotsquared/core/PlotPlatform.java @@ -296,7 +296,7 @@ public interface PlotPlatform

extends LocaleHolder { * Get the kind of WorldEdit implementation * * @return worldedit implementations - * @since TODO + * @since 6.3.0 */ @AnnotationHelper.ApiDescription(info = "Internal use only") @NonNull String worldEditImplementations(); diff --git a/build.gradle.kts b/build.gradle.kts index 34eb674bb..d47393d3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { idea } -version = "6.2.3-SNAPSHOT" +version = "6.3.0" allprojects { group = "com.plotsquared"