From accf9c9341b16f0c4aba846518fe78a58d8d80d7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 24 Jul 2020 14:33:11 -0400 Subject: [PATCH] getting SOOO close --- .../src/com/rusefi/ts_plugin/TsPluginLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_tools/ts_plugin_launcher/src/com/rusefi/ts_plugin/TsPluginLauncher.java b/java_tools/ts_plugin_launcher/src/com/rusefi/ts_plugin/TsPluginLauncher.java index eb4beb2bf1..59f72a5d8f 100644 --- a/java_tools/ts_plugin_launcher/src/com/rusefi/ts_plugin/TsPluginLauncher.java +++ b/java_tools/ts_plugin_launcher/src/com/rusefi/ts_plugin/TsPluginLauncher.java @@ -10,7 +10,7 @@ import javax.swing.*; * by the way TS installs stuff into %user%\.efianalytics\TunerStudio\plugins folder */ public class TsPluginLauncher implements ApplicationPlugin { - static final String VERSION = "alpha3_2020"; + static final String VERSION = "alpha4_2020"; private static final String HELP_URL = "https://github.com/rusefi/rusefi/wiki/TS-Plugin"; private final JPanel content = new JPanel(new VerticalFlowLayout());