From 9a915d346d3785627a7540c5f62bb7ccaf250569 Mon Sep 17 00:00:00 2001 From: emc <0xemc@protonmail.com> Date: Tue, 12 Dec 2023 12:02:04 +0100 Subject: [PATCH] increment carbonmark to 4.0.0 api --- carbonmark/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbonmark/lib/constants.ts b/carbonmark/lib/constants.ts index 62e9c34588..09db5da4cf 100644 --- a/carbonmark/lib/constants.ts +++ b/carbonmark/lib/constants.ts @@ -28,7 +28,7 @@ const SHORT_COMMIT_HASH = process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA?.slice( ); /** When incrementing this API version, be sure to update TypeScript types to reflect API changes */ -export const API_PROD_URL = "https://v2.0.3.api.carbonmark.com"; +export const API_PROD_URL = "https://v4.0.0.api.carbonmark.com"; /** * Optional preview URL can be provided via env var.