Skip to content

Commit

Permalink
Release 7.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Apr 4, 2024
1 parent ff83868 commit fe324d3
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 @@ -23,7 +23,7 @@
import org.checkerframework.checker.nullness.qual.NonNull;

/**
* @since TODO
* @since 7.3.7
*/

public class TileDropFlag extends BooleanFlag<TileDropFlag> {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = "com.intellectualsites.plotsquared"
version = "7.3.7-SNAPSHOT"
version = "7.3.7"

if (!File("$rootDir/.git").exists()) {
logger.lifecycle("""
Expand Down

0 comments on commit fe324d3

Please sign in to comment.