Skip to content

Commit bfbf406

Browse files
committed
Release 7.5.3
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 2accedf commit bfbf406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/src/main/java/com/plotsquared/core/PlotPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public interface PlotPlatform<P> extends LocaleHolder {
124124
* Gets the server brand name
125125
*
126126
* @return server brand
127-
* @since TODO
127+
* @since 7.5.3
128128
*/
129129
@NonNull String serverBrand();
130130

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "com.intellectualsites.plotsquared"
25-
version = "7.5.3-SNAPSHOT"
25+
version = "7.5.3"
2626

2727
if (!File("$rootDir/.git").exists()) {
2828
logger.lifecycle("""

0 commit comments

Comments
 (0)