This commit is contained in:
rusefi 2019-04-23 23:19:12 -04:00
parent f100a701a1
commit 09fea8b7f9
1 changed files with 1 additions and 1 deletions

View File

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