Skip to content

Commit 28fc4e3

Browse files
chore(deps): update dependency stacklok/toolhive-registry-server to v0.6.6 (#459)
* chore(deps): update dependency stacklok/toolhive-registry-server to v0.6.6 * chore: regenerate API client for updated registry server version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7688ff2 commit 28fc4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-swagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from "node:path";
88
* This is managed by Renovate and updated automatically when new versions are released.
99
* renovate: datasource=github-releases depName=stacklok/toolhive-registry-server versioning=semver
1010
*/
11-
const REGISTRY_SERVER_VERSION = "v0.6.4";
11+
const REGISTRY_SERVER_VERSION = "v0.6.6";
1212

1313
(async () => {
1414
const url = `https://raw.githubusercontent.com/stacklok/toolhive-registry-server/refs/tags/${REGISTRY_SERVER_VERSION}/docs/thv-registry-api/swagger.json`;

0 commit comments

Comments
 (0)