This commit is contained in:
rusefi 2020-04-12 18:11:43 -04:00
parent 1d9355a05b
commit 12c79b328d
1 changed files with 1 additions and 1 deletions

View File

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