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
Installs
1
GitHub Stars
68
First Seen
May 16, 2026
version-update — openshift/lightspeed-service