Skip to content

Commit

Permalink
fix: regen client for proper version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Feb 24, 2023
1 parent 246a1e9 commit ce00a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/services/openapi/v1/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce00a5b

Please sign in to comment.