From 0776fa98ad3870d14e0f756653e6e242f2ce2b63 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Mon, 30 Sep 2024 15:22:48 -0700 Subject: [PATCH] chore: update the api version to v62 --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index eaeaa343..9e7cfb4f 100644 --- a/src/utils/constants.ts +++ b/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 */ -export const DEFAULT_API_VERSION = '61.0'; +export const DEFAULT_API_VERSION = '62.0';