We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86adfd commit 39c923fCopy full SHA for 39c923f
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.4.7";
+const REGISTRY_SERVER_VERSION = "v0.4.9";
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