Skip to content

Commit

Permalink
Release 7.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Aug 2, 2023
1 parent 0d63c2b commit 72f511c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private UncheckedWorldLocation(
* @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) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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("""
Expand Down

0 comments on commit 72f511c

Please sign in to comment.