CONSOLE_VERSION

This commit is contained in:
rusefillc 2024-10-02 11:05:22 -04:00
parent 636f43aff1
commit 381041043f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public interface rusEFIVersion {
* *** BE CAREFUL WE HAVE SEPARATE AUTOUPDATE_VERSION also managed manually ***
* @see com.rusefi.autoupdate.Autoupdate#AUTOUPDATE_VERSION
*/
int CONSOLE_VERSION = 20241001;
int CONSOLE_VERSION = 20241002;
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
static long classBuildTimeMillis() {