Update version to 1.74.0

This commit is contained in:
kwaroran
2024-01-13 10:57:34 +09:00
parent 5379e2430f
commit 012168d9a1
4 changed files with 10 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.73.2"
export let appVer = "1.74.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){