chore: bump version to 4.0.7

This commit is contained in:
y574444354 2026-04-16 20:05:15 +08:00
parent 50109ff9f5
commit 928afd355d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.6",
"version": "4.0.7",
"description": "CSC — CoStrict多模型终端 AI 编程助手,支持 Anthropic/OpenAI/Gemini/Grok 等多种 API 端点",
"type": "module",

View File

@ -7,7 +7,7 @@
*/
export function getMacroDefines(): Record<string, string> {
return {
"MACRO.VERSION": JSON.stringify("4.0.6"),
"MACRO.VERSION": JSON.stringify("4.0.7"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),