Skip to content

Commit

Permalink
increment carbonmark to 4.0.0 api
Browse files Browse the repository at this point in the history
  • Loading branch information
0xemc committed Dec 12, 2023
1 parent 35bc3ac commit 9a915d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonmark/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a915d3

Please sign in to comment.