chore: bump version to 4.0.5

This commit is contained in:
y574444354 2026-04-15 14:25:27 +08:00
parent 4d446823ea
commit 7419c72c99
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.4",
"version": "4.0.5",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",

View File

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