mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
🔖 Bump version to 4.0.8
- Update version across all project files - Update CHANGELOG.md with release notes - Prepare for PyPI release
This commit is contained in:
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
try:
|
||||
__version__ = (Path(__file__).parent.parent.parent / "VERSION").read_text().strip()
|
||||
except Exception:
|
||||
__version__ = "4.0.7" # Fallback
|
||||
__version__ = "4.0.8" # Fallback
|
||||
|
||||
|
||||
def get_command_info():
|
||||
|
||||
Reference in New Issue
Block a user