version-update
Installation
SKILL.md
Version Update
Update the version in three files. They must all match.
Files to update
1. ols/version.py — source of truth
__version__ = "X.Y.Z"
2. docs/openapi.json — OpenAPI spec
"info": {
"version": "X.Y.Z"
}
Related skills