0

Fixed Version number

This commit is contained in:
minenash 2018-01-14 17:29:38 -05:00
parent b3fd712633
commit d41eb32af7

View File

@ -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. */