diff --git a/package.json b/package.json index 0d1dba03e..a52cf5f82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@costrict/csc", - "version": "4.0.24", + "version": "4.0.25", "description": "costrict", "type": "module", "author": "costrict", diff --git a/scripts/defines.ts b/scripts/defines.ts index e94a385ac..34c7286e7 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.24"), + "MACRO.VERSION": JSON.stringify("4.0.25"), "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()), "MACRO.COMMIT": JSON.stringify(commit), "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),