no reason to use JDK11, no reason to mention it in version name

new version is definitely needed but we shall catch-up on the plan :)
This commit is contained in:
rusefi 2020-03-14 18:30:03 -04:00
parent db205fa0e3
commit 38583e9258
1 changed files with 1 additions and 1 deletions

View File

@ -476,5 +476,5 @@ public class MainApplication extends javax.swing.JFrame
/**
* Change this string when creating a new version
*/
static final String VERSION_NUMBER_STRING = "v1.4.0 (JDK11 version by mihosoft.eu)";
static final String VERSION_NUMBER_STRING = "v1.4.1";
}