diff --git a/_regroup/bin/generate-openapi.ts b/_regroup/bin/generate-openapi.ts index 6b0f737eb..e1c54dca7 100644 --- a/_regroup/bin/generate-openapi.ts +++ b/_regroup/bin/generate-openapi.ts @@ -16,7 +16,7 @@ const options = { openapi: "3.1.1", info: { title: "Trilium Notes - Sync server API", - version: "0.96.6", + version: "0.93.0", description: "This is the internal sync server API used by Trilium Notes / TriliumNext Notes.\n\n_If you're looking for the officially supported External Trilium API, see [here](https://triliumnext.github.io/Docs/Wiki/etapi.html)._\n\nThis page does not yet list all routes. For a full list, see the [route controller](https://github.com/TriliumNext/Notes/blob/v0.91.6/src/routes/routes.ts).", contact: {