chore: bump version to 4.0.7
This commit is contained in:
parent
50109ff9f5
commit
928afd355d
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@costrict/csc",
|
"name": "@costrict/csc",
|
||||||
"version": "4.0.6",
|
"version": "4.0.7",
|
||||||
|
|
||||||
"description": "CSC — CoStrict多模型终端 AI 编程助手,支持 Anthropic/OpenAI/Gemini/Grok 等多种 API 端点",
|
"description": "CSC — CoStrict多模型终端 AI 编程助手,支持 Anthropic/OpenAI/Gemini/Grok 等多种 API 端点",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
export function getMacroDefines(): Record<string, string> {
|
export function getMacroDefines(): Record<string, string> {
|
||||||
return {
|
return {
|
||||||
"MACRO.VERSION": JSON.stringify("4.0.6"),
|
"MACRO.VERSION": JSON.stringify("4.0.7"),
|
||||||
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
||||||
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
||||||
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),
|
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user