This commit is contained in:
rusefi 2020-01-13 02:03:42 -05:00
parent 0bab01369a
commit 2785b39c0e
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 201200107;
return 201200113;
}
#endif /* EFI_UNIT_TEST */