update console version #6777

This commit is contained in:
kifir 2024-08-17 17:28:29 +03:00 committed by kifir23917
parent 9e0390d3ed
commit 96b1b89feb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public interface rusEFIVersion {
/**
* @see com.rusefi.autoupdate.Autoupdate#VERSION
*/
int CONSOLE_VERSION = 20240816;
int CONSOLE_VERSION = 20240817;
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
static long classBuildTimeMillis() {