This commit is contained in:
rusefi 2019-10-17 00:09:13 -04:00
parent 10a6d6eb8b
commit 1c140cbd80
1 changed files with 1 additions and 1 deletions

View File

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