From 97d9ecadcfb74592aa76e9192c6174178ae7ed66 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 22 Feb 2024 13:36:44 -0800 Subject: [PATCH] fix: version --- package.json | 2 +- src/lib/components/chat/Settings/About.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}