Skip to content

Commit 9475b75

Browse files
Merge 51f7481 into main
2 parents be4f464 + 51f7481 commit 9475b75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/utilities/src/utilities/settings/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* @type {object} Settings object
1313
* @property {string} [stablePrefix=c4d] stable prefix
1414
* @property {string} [prefix=cds] core Carbon prefix
15-
* Carbon for IBM.com v2.32.0',
15+
* Carbon for IBM.com v2.32.1',
1616
*/
1717
const settings = {
18-
version: 'Carbon for IBM.com v2.32.0',
18+
version: 'Carbon for IBM.com v2.32.1',
1919
stablePrefix: 'c4d',
2020
prefix: 'cds',
2121
};

0 commit comments

Comments
 (0)