Skip to content

Commit 8bb08e8

Browse files
committed
updating openapi version
1 parent b90eb13 commit 8bb08e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/openapi_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "django_ai_assistant",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"description": ""
77
},
88
"paths": {

frontend/src/client/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const OpenAPI: OpenAPIConfig = {
4848
PASSWORD: undefined,
4949
TOKEN: undefined,
5050
USERNAME: undefined,
51-
VERSION: '0.1.1',
51+
VERSION: '0.1.2',
5252
WITH_CREDENTIALS: false,
5353
interceptors: {
5454
request: new Interceptors(),

0 commit comments

Comments
 (0)