1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

chore: update default version in UI (#4761)

We get a flash of the Unleash scaffold when we first load the page. For
a brief moment, we display version 3 and then overwrite it with the
correct version. Looks kinda silly, we know we're in version 5.x so
let's just do that
This commit is contained in:
Simon Hornby 2024-01-03 22:23:25 +01:00 committed by GitHub
parent 70600552d2
commit efa2117ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import { IUiConfig } from 'interfaces/uiConfig';
export const defaultValue: IUiConfig = { export const defaultValue: IUiConfig = {
name: 'Unleash', name: 'Unleash',
version: '3.x', version: '5.x',
slogan: 'The enterprise ready feature toggle service.', slogan: 'The enterprise ready feature toggle service.',
flags: { flags: {
P: false, P: false,