We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663762c commit a0632e1Copy full SHA for a0632e1
scripts/generate-swagger.ts
@@ -8,7 +8,7 @@ import * as path from "node:path";
8
* This is managed by Renovate and updated automatically when new versions are released.
9
* renovate: datasource=github-releases depName=stacklok/toolhive-registry-server versioning=semver
10
*/
11
-const REGISTRY_SERVER_VERSION = "v0.3.9";
+const REGISTRY_SERVER_VERSION = "v0.4.4";
12
13
(async () => {
14
const url = `https://raw.githubusercontent.com/stacklok/toolhive-registry-server/refs/tags/${REGISTRY_SERVER_VERSION}/docs/thv-registry-api/swagger.json`;
0 commit comments