From 72f511ce9989273fd138d3adf733e9f390f6db0b Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 2 Aug 2023 13:51:03 +0200 Subject: [PATCH] Release 7.0.0-rc.4 --- .../com/plotsquared/core/location/UncheckedWorldLocation.java | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/location/UncheckedWorldLocation.java b/Core/src/main/java/com/plotsquared/core/location/UncheckedWorldLocation.java index 173820ddb..f284dd738 100644 --- a/Core/src/main/java/com/plotsquared/core/location/UncheckedWorldLocation.java +++ b/Core/src/main/java/com/plotsquared/core/location/UncheckedWorldLocation.java @@ -66,7 +66,7 @@ public final class UncheckedWorldLocation extends Location { * @param world World * @param loc Coordinates * @return New location - * @since TODO + * @since 7.0.0 */ @DoNotUse public static @NonNull UncheckedWorldLocation at(final @NonNull String world, BlockVector3 loc) { diff --git a/build.gradle.kts b/build.gradle.kts index a29d33b61..445014fc8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.0.0-SNAPSHOT" +version = "7.0.0-rc.4" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""