From 60856a29bc5d56f9e55f3e05784447df01f0c29b Mon Sep 17 00:00:00 2001 From: y574444354 <574444354@qq.com> Date: Wed, 13 May 2026 20:17:39 +0800 Subject: [PATCH] chore: bump version to 4.0.17 --- package.json | 2 +- scripts/defines.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17832e431..1a30eb82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@costrict/csc", - "version": "4.0.16", + "version": "4.0.17", "description": "costrict", "type": "module", "author": "costrict", diff --git a/scripts/defines.ts b/scripts/defines.ts index 33d895396..9645f5624 100644 --- a/scripts/defines.ts +++ b/scripts/defines.ts @@ -14,7 +14,7 @@ export function getMacroDefines(): Record { // 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(""),