0

Updated version number

This commit is contained in:
Pepich
2017-02-01 17:49:49 +01:00
parent 09a28c831a
commit 6b0fc4a7e4

View File

@@ -20,7 +20,7 @@ import com.redstoner.modules.CoreModule;
/** The Debugger class, first Module to be loaded, responsible for debug interactions such as subscribing to method calls and getting field values on runtime.
*
* @author Pepich */
@Version(major = 1, minor = 0, revision = 1, compatible = -1)
@Version(major = 1, minor = 0, revision = 2, compatible = -1)
public final class Debugger implements CoreModule, Listener
{
private static Debugger instance;