update console version

This commit is contained in:
kifir 2024-08-27 16:01:25 +03:00 committed by rusefillc
parent 602cc29b2f
commit a6a3f9c21b
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 = 20240826;
int CONSOLE_VERSION = 20240827;
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
static long classBuildTimeMillis() {