This commit is contained in:
rusefi 2019-10-07 21:29:29 -04:00
commit 4bd928b594
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 */