From d41eb32af7f49de3ec6c2a2621d0a1660319a97f Mon Sep 17 00:00:00 2001 From: minenash Date: Sun, 14 Jan 2018 17:29:38 -0500 Subject: Fixed Version number --- src/com/redstoner/misc/Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java index d5415f4..d8bea31 100644 --- a/src/com/redstoner/misc/Utils.java +++ b/src/com/redstoner/misc/Utils.java @@ -15,7 +15,7 @@ import com.redstoner.annotations.Version; /** The utils class containing utility functions. Those include but are not limited to sending formatted messages, broadcasts and more. * * @author Pepich */ -@Version(major = 4, minor = 0, revision = 1, compatible = 1) +@Version(major = 4, minor = 0, revision = 2, compatible = 1) public final class Utils { /** The @SimpleDateFormat used for getting the current date. */ -- cgit v1.2.3