This commit is contained in:
rusEfi 2020-04-06 14:58:18 -04:00
parent dae398d6cd
commit d550554145
1 changed files with 1 additions and 1 deletions

View File

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