Release 7.5.7

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2025-09-09 21:55:30 +02:00
parent fd8cf3c475
commit f01c287f89
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import com.plotsquared.core.configuration.caption.LocaleHolder;
/**
* Internal use only. Used to allow adventure captions to be used in an exception
*
* @since TODO
* @since 7.5.7
*/
public final class PlotSquaredException extends RuntimeException {

View File

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