summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminenash <enderbros.minenash@gmail.com>2018-01-14 17:29:38 -0500
committerminenash <enderbros.minenash@gmail.com>2018-01-14 17:29:38 -0500
commitd41eb32af7f49de3ec6c2a2621d0a1660319a97f (patch)
tree523546851d78fe9d22fe952f223e02a9d748819a
parentb3fd71263326bff3c5f1255d3709e28bc791805c (diff)
Fixed Version number
-rw-r--r--src/com/redstoner/misc/Utils.java2
1 files changed, 1 insertions, 1 deletions
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. */