Skip to content

Commit

Permalink
Merge 6e9ef92 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmdotcom-bot authored Dec 12, 2024
2 parents be2e956 + 6e9ef92 commit 19854c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utilities/src/utilities/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* @type {object} Settings object
* @property {string} [stablePrefix=c4d] stable prefix
* @property {string} [prefix=cds] core Carbon prefix
* Carbon for IBM.com v2.16.0',
* Carbon for IBM.com v2.16.1',
*/
const settings = {
version: 'Carbon for IBM.com v2.16.0',
version: 'Carbon for IBM.com v2.16.1',
stablePrefix: 'c4d',
prefix: 'cds',
};
Expand Down

0 comments on commit 19854c2

Please sign in to comment.