chore(release): bump version to 4.1.2

This commit is contained in:
github-actions[bot] 2026-05-18 11:17:21 +00:00
parent 70b5e285aa
commit a76c92ea2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.1.1",
"version": "4.1.2",
"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.1.1"),
"MACRO.VERSION": JSON.stringify("4.1.2"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.COMMIT": JSON.stringify(commit),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),