Release 7.3.7

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2024-04-04 21:47:43 +02:00
parent ff83868cbc
commit fe324d3ea9
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 2 additions and 2 deletions

View File

@ -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<TileDropFlag> {

View File

@ -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("""