Force Prompt Update

This commit is contained in:
Konloch 2021-07-21 15:54:28 -07:00
parent ce015c4f50
commit 8fa494ada6
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class Constants
public static boolean DEV_MODE;
//if true the version checker will prompt and ask how you would like to proceed
public static final boolean FORCE_VERSION_CHECKER_PROMPT = false;
public static final boolean FORCE_VERSION_CHECKER_PROMPT = true;
public static final String fs = System.getProperty("file.separator");
public static final String nl = System.getProperty("line.separator");
@ -115,7 +115,7 @@ public class Constants
public static String getVersion(String mavenVersion)
{
if(FORCE_VERSION_CHECKER_PROMPT)
return "9.9.9";
return "1.0.0";
if(mavenVersion == null)
{