chore: bump version to 4.0.17

This commit is contained in:
y574444354 2026-05-13 20:17:39 +08:00
parent 42107f7d2f
commit 60856a29bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.16",
"version": "4.0.17",
"description": "costrict",
"type": "module",
"author": "costrict",

View File

@ -14,7 +14,7 @@ export function getMacroDefines(): Record<string, string> {
// ignore git errors
}
return {
"MACRO.VERSION": JSON.stringify("4.0.16"),
"MACRO.VERSION": JSON.stringify("4.0.17"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.COMMIT": JSON.stringify(commit),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),