From fe324d3ea987f17a2fecdab1cc51b22c28b377fd Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 4 Apr 2024 21:47:43 +0200 Subject: [PATCH] Release 7.3.7 Signed-off-by: Alexander Brandes --- .../core/plot/flag/implementations/TileDropFlag.java | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TileDropFlag.java b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TileDropFlag.java index 459b6f89d..d40341ed1 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TileDropFlag.java +++ b/Core/src/main/java/com/plotsquared/core/plot/flag/implementations/TileDropFlag.java @@ -23,7 +23,7 @@ import com.plotsquared.core.plot.flag.types.BooleanFlag; import org.checkerframework.checker.nullness.qual.NonNull; /** - * @since TODO + * @since 7.3.7 */ public class TileDropFlag extends BooleanFlag { diff --git a/build.gradle.kts b/build.gradle.kts index e5478b102..5af4ac0ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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("""