mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
🔖 Bump version to 4.0.7
- Add automatic update checking feature - Fix component validation for pipx installations - Update all version references across 35+ files
This commit is contained in:
@@ -295,7 +295,7 @@ class UpdateChecker:
|
||||
return False
|
||||
|
||||
|
||||
def check_for_updates(current_version: str = "4.0.6", **kwargs) -> bool:
|
||||
def check_for_updates(current_version: str = "4.0.7", **kwargs) -> bool:
|
||||
"""
|
||||
Convenience function to check for updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user