Skip to content

Commit 1ee76bf

Browse files
committed
Release 7.3.6
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 2321831 commit 1ee76bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/src/main/java/com/plotsquared/core/util/WorldUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public abstract class WorldUtil {
6565
/**
6666
* {@return whether the given location is valid in the world}
6767
* @param location the location to check
68-
* @since TODO
68+
* @since 7.3.6
6969
*/
7070
public static boolean isValidLocation(Location location) {
7171
return Math.abs(location.getX()) < 30000000 && Math.abs(location.getZ()) < 30000000;

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.3.6-SNAPSHOT"
25+
version = "7.3.6"
2626

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

0 commit comments

Comments
 (0)