This commit is contained in:
rusefi 2019-04-23 23:19:12 -04:00
parent 9f29f30950
commit d3576e3e44
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 */