chore(release): bump version to 4.0.23
This commit is contained in:
parent
19a6ed1c1d
commit
34903c97e8
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@costrict/csc",
|
"name": "@costrict/csc",
|
||||||
"version": "4.0.22",
|
"version": "4.0.23",
|
||||||
"description": "costrict",
|
"description": "costrict",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "costrict",
|
"author": "costrict",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ export function getMacroDefines(): Record<string, string> {
|
||||||
// ignore git errors
|
// ignore git errors
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
"MACRO.VERSION": JSON.stringify("4.0.22"),
|
"MACRO.VERSION": JSON.stringify("4.0.23"),
|
||||||
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
||||||
"MACRO.COMMIT": JSON.stringify(commit),
|
"MACRO.COMMIT": JSON.stringify(commit),
|
||||||
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user