diff --git a/youtube_cli/main.py b/youtube_cli/main.py index a2d575b..b3fb00b 100644 --- a/youtube_cli/main.py +++ b/youtube_cli/main.py @@ -82,6 +82,7 @@ class YouTubeCLI: # Simple version comparison (basic implementation) # In a real implementation, you'd want a more robust version comparison + # Check if versions are different if current_version != latest_version: console.print(f"[yellow]Newer version available: {latest_version} (current: {current_version})[/yellow]") console.print("[blue]Would you like to update? (y/n): [/blue]", end="")