"src/lib/vscode:/vscode.git/clone" did not exist on "3db9d19ae310c4c8350a798c16f5b3863c06de00"
Unverified Commit 6bed7b1d authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #850 from open-webui/version-fix

fix: version
parents a4812553 97d9ecad
{
"name": "open-webui",
"version": "v1.0.0-alpha.101",
"version": "1.0.0-alpha.101",
"private": true,
"scripts": {
"dev": "vite dev --host",
......
......@@ -18,7 +18,7 @@
<div class=" mb-2.5 text-sm font-medium">{WEBUI_NAME} Version</div>
<div class="flex w-full">
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
{WEB_UI_VERSION}
v{WEB_UI_VERSION}
</div>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment