We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90eb13 commit 8bb08e8Copy full SHA for 8bb08e8
frontend/openapi_schema.json
@@ -2,7 +2,7 @@
2
"openapi": "3.1.0",
3
"info": {
4
"title": "django_ai_assistant",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"description": ""
7
},
8
"paths": {
frontend/src/client/core/OpenAPI.ts
@@ -48,7 +48,7 @@ export const OpenAPI: OpenAPIConfig = {
48
PASSWORD: undefined,
49
TOKEN: undefined,
50
USERNAME: undefined,
51
- VERSION: '0.1.1',
+ VERSION: '0.1.2',
52
WITH_CREDENTIALS: false,
53
interceptors: {
54
request: new Interceptors(),
0 commit comments