From 7b71d6631c82bf3eb50562a1a838b19e34283a09 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 26 Aug 2025 22:49:46 +0000 Subject: [PATCH] fix(main): As requested old devine version removed from banner to avoid any confusion the developer of this software. Original GNU is still applys. --- unshackle/core/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unshackle/core/__main__.py b/unshackle/core/__main__.py index 9a5da25..4b17b1f 100644 --- a/unshackle/core/__main__.py +++ b/unshackle/core/__main__.py @@ -69,7 +69,7 @@ def main(version: bool, debug: bool, log_path: Path) -> None: r" ▀▀▀ ▀▀ █▪ ▀▀▀▀ ▀▀▀ · ▀ ▀ ·▀▀▀ ·▀ ▀.▀▀▀ ▀▀▀ ", style="ascii.art", ), - "v 3.3.3 Copyright © 2019-2025 rlaphoenix" + f"\nv [repr.number]{__version__}[/] - unshackle", + f"v [repr.number]{__version__}[/] - unshackle", ), (1, 11, 1, 10), expand=True,