happy new year

This commit is contained in:
rusefillc 2022-01-01 23:46:46 -05:00
parent 0471256c03
commit 3b43e5bf78
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.net.URL;
import java.util.concurrent.atomic.AtomicReference;
public class rusEFIVersion {
public static final int CONSOLE_VERSION = 20211231;
public static final int CONSOLE_VERSION = 20220101;
public static AtomicReference<String> firmwareVersion = new AtomicReference<>("N/A");
public static long classBuildTimeMillis() {