Renamed Liberation to Retribution in the following files: (#62)

This commit is contained in:
MetalStormGhost
2023-01-01 16:29:08 +02:00
committed by GitHub
parent d2a7de2775
commit 42f488df0b
4 changed files with 7 additions and 7 deletions

View File

@@ -19,4 +19,4 @@ def init_logging(version: str) -> None:
with log_config.open() as log_file:
logging.config.dictConfig(yaml.safe_load(log_file))
logging.info(f"DCS Liberation {version}")
logging.info(f"DCS Retribution {version}")