chore: bump version to 4.0.4

This commit is contained in:
Askhz 2026-04-14 17:06:14 +08:00
parent ccd135c4ed
commit b34a8164c2

View File

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