diff --git a/build.gradle.kts b/build.gradle.kts index 0e5212dc6..ec87289a0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java index 092c97777..5d3fb30e8 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java @@ -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"