From f2e6fd96920eab44bf844f1af89401ece91b91c8 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 21 Jun 2021 12:05:56 +0200 Subject: [PATCH] Bump PlotAPI version --- Core/src/main/java/com/plotsquared/core/PlotAPI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/PlotAPI.java b/Core/src/main/java/com/plotsquared/core/PlotAPI.java index ae4c63250..a68e07d00 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotAPI.java +++ b/Core/src/main/java/com/plotsquared/core/PlotAPI.java @@ -57,7 +57,7 @@ import java.util.UUID; *
  • {@link PlotSquared}
  • * * - * @version 5 + * @version 6 */ @SuppressWarnings({"unused", "WeakerAccess"}) public class PlotAPI {