diff --git a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java index c636fc6af..ee2c3db77 100644 --- a/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java +++ b/Core/src/main/java/com/plotsquared/core/generator/HybridPlotWorld.java @@ -562,7 +562,7 @@ public class HybridPlotWorld extends ClassicPlotWorld { * Get the y value where the plot schematic should be pasted from. * * @return plot schematic y start value - * @since TODO + * @since 7.0.0 */ public int getPlotYStart() { return SCHEM_Y + plotY; @@ -572,7 +572,7 @@ public class HybridPlotWorld extends ClassicPlotWorld { * Get the y value where the road schematic should be pasted from. * * @return road schematic y start value - * @since TODO + * @since 7.0.0 */ public int getRoadYStart() { return SCHEM_Y + roadY; diff --git a/build.gradle.kts b/build.gradle.kts index 687120fc8..20c488f05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.0.0-SNAPSHOT" +version = "7.0.0-rc.3" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""