Skip to content

Commit f01c287

Browse files
committed
Release 7.5.7
Signed-off-by: Alexander Brandes <[email protected]>
1 parent fd8cf3c commit f01c287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Internal use only. Used to allow adventure captions to be used in an exception
2626
*
27-
* @since TODO
27+
* @since 7.5.7
2828
*/
2929
public final class PlotSquaredException extends RuntimeException {
3030

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "com.intellectualsites.plotsquared"
23-
version = "7.5.7-SNAPSHOT"
23+
version = "7.5.7"
2424

2525
if (!File("$rootDir/.git").exists()) {
2626
logger.lifecycle("""

0 commit comments

Comments
 (0)