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

fix: version
This commit is contained in:
Timothy Jaeryang Baek 2024-02-22 16:37:37 -05:00 committed by GitHub
commit 6bed7b1d34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>