chore: update version

This commit is contained in:
Zhang Minghan 2024-01-09 23:54:44 +08:00
parent 6f6d818197
commit 09bf1be79e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "chatnio",
"version": "3.8.1"
"version": "3.8.2"
},
"tauri": {
"allowlist": {

View File

@ -14,7 +14,7 @@ import React from "react";
import { syncSiteInfo } from "@/admin/api/info.ts";
import { getOfflineModels, loadPreferenceModels } from "@/utils/storage.ts";
export const version = "3.8.1";
export const version = "3.8.2";
export const dev: boolean = getDev();
export const deploy: boolean = true;
export let rest_api: string = getRestApi(deploy);