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"