getting SOOO close

This commit is contained in:
rusefi 2020-07-24 14:33:11 -04:00
parent d58438874e
commit accf9c9341
1 changed files with 1 additions and 1 deletions

View File

@ -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());