From 6c306a662cf90a99622e889c007f264a9b831034 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:00:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20docs(librechat.example):=20updat?= =?UTF-8?q?e=20version=20(#3287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update librechat.example.yaml * Update config.ts --- librechat.example.yaml | 2 +- packages/data-provider/src/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */