From 8fa494ada676a98d97460fc765e5bded5f3e9a26 Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 21 Jul 2021 15:54:28 -0700 Subject: [PATCH] Force Prompt Update --- src/main/java/the/bytecode/club/bytecodeviewer/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/Constants.java b/src/main/java/the/bytecode/club/bytecodeviewer/Constants.java index 1abcf1dc..66aba5be 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/Constants.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/Constants.java @@ -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) {