Skip to content

Commit a0632e1

Browse files
chore(deps): update dependency stacklok/toolhive-registry-server to v0.4.4
1 parent 663762c commit a0632e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.9";
11+
const REGISTRY_SERVER_VERSION = "v0.4.4";
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)