forked from open-webui/open-webui
chore: version update
This commit is contained in:
parent
c15a9196eb
commit
b6f41a1706
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export const API_BASE_URL =
|
|||
: `http://localhost:11434/api`
|
||||
: PUBLIC_API_BASE_URL;
|
||||
|
||||
export const WEB_UI_VERSION = 'v1.0.0-alpha.2';
|
||||
export const WEB_UI_VERSION = 'v1.0.0-alpha.3';
|
||||
|
||||
// Source: https://kit.svelte.dev/docs/modules#$env-static-public
|
||||
// This feature, akin to $env/static/private, exclusively incorporates environment variables
|
||||
|
|
Loading…
Reference in a new issue