Release 7.0.0-rc.4

This commit is contained in:
Alexander Brandes 2023-08-02 13:51:03 +02:00
parent 0d63c2bdb6
commit 72f511ce99
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public final class UncheckedWorldLocation extends Location {
* @param world World * @param world World
* @param loc Coordinates * @param loc Coordinates
* @return New location * @return New location
* @since TODO * @since 7.0.0
*/ */
@DoNotUse @DoNotUse
public static @NonNull UncheckedWorldLocation at(final @NonNull String world, BlockVector3 loc) { public static @NonNull UncheckedWorldLocation at(final @NonNull String world, BlockVector3 loc) {

View File

@ -21,7 +21,7 @@ plugins {
} }
group = "com.intellectualsites.plotsquared" group = "com.intellectualsites.plotsquared"
version = "7.0.0-SNAPSHOT" version = "7.0.0-rc.4"
if (!File("$rootDir/.git").exists()) { if (!File("$rootDir/.git").exists()) {
logger.lifecycle(""" logger.lifecycle("""