fix(version): replace hardcoded v3.0.0 with dynamic _skill_version()
render.py, ui.py, and last30days.py had hardcoded "v3.0.0" in titles and headers while plugin.json was at 3.1.1. Use _skill_version() (reads from plugin.json at runtime) so version strings stay in sync. Fixes #284
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# ruff: noqa: E402
|
||||
"""last30days v3.0.0 CLI."""
|
||||
"""last30days CLI."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user