manual date

This commit is contained in:
rusefi 2020-05-09 22:44:44 -04:00
parent 7fdb6ca2be
commit 08cfcddeb4
1 changed files with 1 additions and 1 deletions

View File

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