diff --git a/src/common/services/openapi/v1/core/OpenAPI.ts b/src/common/services/openapi/v1/core/OpenAPI.ts index 67414ae..9f540e7 100644 --- a/src/common/services/openapi/v1/core/OpenAPI.ts +++ b/src/common/services/openapi/v1/core/OpenAPI.ts @@ -18,7 +18,7 @@ type Config = { export const OpenAPI: Config = { BASE: '/api/v1', - VERSION: '2.0.0', + VERSION: '2.0.1', WITH_CREDENTIALS: false, TOKEN: undefined, USERNAME: undefined,