Skip to content

Commit 9f82c26

Browse files
RELEASE v.1.1.6 (#923)
* RELEASE v.1.1.6 * RELEASE v.1.1.6 - FE clients
1 parent 89d3bcd commit 9f82c26

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
ORIGINS = ["*"]
4646

4747

48-
_RELEASE_VERSION = "v1.1.5"
48+
_RELEASE_VERSION = "v1.1.6"
4949

5050

5151
@asynccontextmanager

src/interfaces/assistants_web/src/cohere-client/generated/CohereClientGenerated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class CohereClientGenerated {
4141
) {
4242
this.request = new HttpRequest({
4343
BASE: config?.BASE ?? '',
44-
VERSION: config?.VERSION ?? '1.1.5',
44+
VERSION: config?.VERSION ?? '1.1.6',
4545
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
4646
CREDENTIALS: config?.CREDENTIALS ?? 'include',
4747
TOKEN: config?.TOKEN,

src/interfaces/assistants_web/src/cohere-client/generated/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
4747
PASSWORD: undefined,
4848
TOKEN: undefined,
4949
USERNAME: undefined,
50-
VERSION: '1.1.5',
50+
VERSION: '1.1.6',
5151
WITH_CREDENTIALS: false,
5252
interceptors: {
5353
request: new Interceptors(),

src/interfaces/coral_web/src/cohere-client/generated/CohereClientGenerated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class CohereClientGenerated {
4141
) {
4242
this.request = new HttpRequest({
4343
BASE: config?.BASE ?? '',
44-
VERSION: config?.VERSION ?? '1.1.5',
44+
VERSION: config?.VERSION ?? '1.1.6',
4545
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
4646
CREDENTIALS: config?.CREDENTIALS ?? 'include',
4747
TOKEN: config?.TOKEN,

src/interfaces/coral_web/src/cohere-client/generated/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
4747
PASSWORD: undefined,
4848
TOKEN: undefined,
4949
USERNAME: undefined,
50-
VERSION: '1.1.5',
50+
VERSION: '1.1.6',
5151
WITH_CREDENTIALS: false,
5252
interceptors: {
5353
request: new Interceptors(),

0 commit comments

Comments
 (0)