diff --git a/librechat.example.yaml b/librechat.example.yaml index 36bef67e5e..009d757ae9 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -2,7 +2,7 @@ # https://www.librechat.ai/docs/configuration/librechat_yaml # Configuration version (required) -version: 1.0.9 +version: 1.1.5 # Cache settings: Set to true to enable caching cache: true diff --git a/packages/data-provider/src/config.ts b/packages/data-provider/src/config.ts index b0b2ff5b4b..58cbb4428f 100644 --- a/packages/data-provider/src/config.ts +++ b/packages/data-provider/src/config.ts @@ -851,7 +851,7 @@ export enum Constants { /** Key for the app's version. */ VERSION = 'v0.7.4-rc1', /** Key for the Custom Config's version (librechat.yaml). */ - CONFIG_VERSION = '1.1.4', + CONFIG_VERSION = '1.1.5', /** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */ NO_PARENT = '00000000-0000-0000-0000-000000000000', /** Standard value for the initial conversationId before a request is sent */