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:
@@ -8,7 +8,7 @@ from pathlib import Path
|
||||
try:
|
||||
__version__ = (Path(__file__).parent.parent / "VERSION").read_text().strip()
|
||||
except Exception:
|
||||
__version__ = "4.0.6" # Fallback
|
||||
__version__ = "4.0.7" # Fallback
|
||||
|
||||
__author__ = "NomenAK"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user