This commit is contained in:
rusefi 2020-04-01 00:42:53 -04:00
parent 15c40ffb5b
commit 46cd4af9aa
1 changed files with 1 additions and 1 deletions

View File

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