This commit is contained in:
rusefi 2019-11-14 10:23:11 -05:00
parent b533ff68e8
commit b8007d8cd5
1 changed files with 1 additions and 1 deletions

View File

@ -839,6 +839,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20191112;
return 20191113;
}
#endif /* EFI_UNIT_TEST */