build: Release 6.3.0

This commit is contained in:
NotMyFault 2022-01-14 11:14:00 +01:00
parent 06f0b42a97
commit 8b6e7b2f2b
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ public interface PlotPlatform<P> 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();

View File

@ -18,7 +18,7 @@ plugins {
idea
}
version = "6.2.3-SNAPSHOT"
version = "6.3.0"
allprojects {
group = "com.plotsquared"