We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af063cc commit 58114b0Copy full SHA for 58114b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@salesforce/templates",
3
- "version": "62.0.5",
+ "version": "63.0.0",
4
"description": "Salesforce JS library for templates",
5
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
6
"main": "lib/index.js",
src/utils/constants.ts
@@ -4,4 +4,4 @@
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
7
-export const DEFAULT_API_VERSION = '62.0';
+export const DEFAULT_API_VERSION = '63.0';
0 commit comments