update console version #6777
This commit is contained in:
parent
9e0390d3ed
commit
96b1b89feb
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue