happy November

This commit is contained in:
rusefi 2019-11-03 23:38:00 -05:00
parent 058e264e0c
commit e7a2a77dd5
1 changed files with 1 additions and 1 deletions

View File

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