diff --git a/Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java b/Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java index 4e8a7be40..166a33703 100644 --- a/Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java +++ b/Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java @@ -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 { diff --git a/build.gradle.kts b/build.gradle.kts index ef652ad7d..ba065cfe7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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("""