build: Release 2.4.2

This commit is contained in:
Alexander Brandes 2022-07-28 10:29:59 +02:00
parent 50ee45fedd
commit 8414e64bab
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ ext {
}
}
version = String.format("%s-%s", rootVersion, buildNumber)
version = String.format("%s", rootVersion)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")

View File

@ -190,7 +190,7 @@ public class RegionCommands {
}
}
@Deprecated(since = "TODO", forRemoval = true)
@Deprecated(since = "2.4.2", forRemoval = true)
@Command(
name = "/setblocklight",
aliases = "/setlight",
@ -201,7 +201,7 @@ public class RegionCommands {
actor.print(Caption.of("fawe.info.light-blocks"));
}
@Deprecated(since = "TODO", forRemoval = true)
@Deprecated(since = "2.4.2", forRemoval = true)
@Command(
name = "/setskylight",
desc = "Set sky lighting in a selection"