From 8148d3afe1e490a9ed7eaa98247e465dd59ed401 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 10 May 2020 23:25:43 -0400 Subject: [PATCH] 2020.04.22 --- java_console/ui/src/com/rusefi/Launcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/ui/src/com/rusefi/Launcher.java b/java_console/ui/src/com/rusefi/Launcher.java index ae1e54def9..c8c8120d36 100644 --- a/java_console/ui/src/com/rusefi/Launcher.java +++ b/java_console/ui/src/com/rusefi/Launcher.java @@ -49,7 +49,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig; * @see EngineSnifferPanel */ public class Launcher { - public static final int CONSOLE_VERSION = 20200418; + public static final int CONSOLE_VERSION = 20200422; public static final String INI_FILE_PATH = System.getProperty("ini_file_path", ".."); public static final String INPUT_FILES_PATH = System.getProperty("input_files_path", ".."); public static final String TOOLS_PATH = System.getProperty("tools_path", ".");