only: update `CONSOLE_VERSION` and `AUTOUPDATE_VERSION`

This commit is contained in:
kifir 2024-08-30 16:51:06 +03:00 committed by Andrey
parent e800a4be2b
commit d14cf73061
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import static com.rusefi.core.FindFileHelper.findSrecFile;
public class Autoupdate {
private static final Logging log = getLogging(Autoupdate.class);
private static final int AUTOUPDATE_VERSION = 20240828; // separate from rusEFIVersion#CONSOLE_VERSION
private static final int AUTOUPDATE_VERSION = 20240830; // separate from rusEFIVersion#CONSOLE_VERSION
private static final String LOGO_PATH = "/com/rusefi/";
private static final String LOGO = LOGO_PATH + "logo.png";

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 = 20240828;
int CONSOLE_VERSION = 20240830;
AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
static long classBuildTimeMillis() {