mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 14:00:13 +09:00
chore: update version
This commit is contained in:
parent
d14d7a1f8e
commit
386f0019e9
@ -8,7 +8,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "chatnio",
|
||||
"version": "3.10.1"
|
||||
"version": "3.10.2"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
@ -7,7 +7,7 @@ import {
|
||||
import { syncSiteInfo } from "@/admin/api/info.ts";
|
||||
import { setAxiosConfig } from "@/conf/api.ts";
|
||||
|
||||
export const version = "3.10.1"; // version of the current build
|
||||
export const version = "3.10.2"; // version of the current build
|
||||
export const dev: boolean = getDev(); // is in development mode (for debugging, in localhost origin)
|
||||
export const deploy: boolean = true; // is production environment (for api endpoint)
|
||||
export const tokenField = getTokenField(deploy); // token field name for storing token
|
||||
|
Loading…
Reference in New Issue
Block a user