mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
✨ v0.8.0-rc4 (#9601)
* ✨ v0.8.0-rc4
* chore: update jest.config.cjs to include release comment and linting
* chore: bump CONFIG_VERSION to 1.2.9
This commit is contained in:
parent
7fe830acfc
commit
751522087a
14 changed files with 24 additions and 22 deletions
|
|
@ -1526,9 +1526,9 @@ export enum TTSProviders {
|
|||
/** Enum for app-wide constants */
|
||||
export enum Constants {
|
||||
/** Key for the app's version. */
|
||||
VERSION = 'v0.8.0-rc3',
|
||||
VERSION = 'v0.8.0-rc4',
|
||||
/** Key for the Custom Config's version (librechat.yaml). */
|
||||
CONFIG_VERSION = '1.2.8',
|
||||
CONFIG_VERSION = '1.2.9',
|
||||
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
|
||||
NO_PARENT = '00000000-0000-0000-0000-000000000000',
|
||||
/** Standard value to use whatever the submission prelim. `responseMessageId` is */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue