From b1f1d1d8aead11253c24c7040e1b4726d6dc8359 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 14 Nov 2023 16:31:02 -0800 Subject: [PATCH] chore: version update --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 54894facd..57f7cfe6f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -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.5'; +export const WEB_UI_VERSION = 'v1.0.0-alpha.6'; // Source: https://kit.svelte.dev/docs/modules#$env-static-public // This feature, akin to $env/static/private, exclusively incorporates environment variables