diff --git a/package.json b/package.json index edc4762f..6a93f04a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "v1.0.0-alpha.101", + "version": "1.0.0-alpha.101", "private": true, "scripts": { "dev": "vite dev --host", diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte index c10a23be..e9f7e8d6 100644 --- a/src/lib/components/chat/Settings/About.svelte +++ b/src/lib/components/chat/Settings/About.svelte @@ -18,7 +18,7 @@
{WEBUI_NAME} Version
- {WEB_UI_VERSION} + v{WEB_UI_VERSION}