This commit is contained in:
rusefi 2019-10-06 00:39:50 -04:00
parent d1da567b85
commit d381bce748
1 changed files with 1 additions and 1 deletions

View File

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