Release 7.5.3

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2025-05-18 19:27:33 +02:00
parent 2accedf264
commit bfbf406418
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ public interface PlotPlatform<P> extends LocaleHolder {
* Gets the server brand name * Gets the server brand name
* *
* @return server brand * @return server brand
* @since TODO * @since 7.5.3
*/ */
@NonNull String serverBrand(); @NonNull String serverBrand();

View File

@ -22,7 +22,7 @@ plugins {
} }
group = "com.intellectualsites.plotsquared" group = "com.intellectualsites.plotsquared"
version = "7.5.3-SNAPSHOT" version = "7.5.3"
if (!File("$rootDir/.git").exists()) { if (!File("$rootDir/.git").exists()) {
logger.lifecycle(""" logger.lifecycle("""