eddn-report: Bump EDDLite to 2.3.0

This commit is contained in:
Athanasius 2022-08-22 15:55:14 +00:00
parent 59f5536a02
commit 19eb012e1f

View File

@ -91,7 +91,7 @@ def process_file(input_file: str) -> None:
elif matches.group('software_name') == 'EDDLite':
# https://github.com/EDDiscovery/EDDLite/releases/tag/latest
if software_version >= semantic_version.Version.coerce('2.2.0'):
if software_version >= semantic_version.Version.coerce('2.3.0'):
print(line)
elif matches.group('software_name') == 'EDDI':