proxy progress - getting REALLY close?!

This commit is contained in:
rusefi 2020-07-23 21:54:50 -04:00
parent 0ff0da1707
commit 31363ccb77
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ package com.rusefi;
import java.util.concurrent.atomic.AtomicReference;
public class rusEFIVersion {
public static final int CONSOLE_VERSION = 20200717;
public static final int CONSOLE_VERSION = 20200722;
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
}