From 68909b09c53cba89bded4be52c8a2ffe9301ff9d Mon Sep 17 00:00:00 2001 From: Michael Richmond Date: Thu, 26 Jan 2023 16:39:08 -0500 Subject: [PATCH] API version update to v56.0 (Winter '23) --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index 2bd509f..345a9ca 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -93,7 +93,7 @@ class CodingPanel { private VERSION_END=''; private PACKAGE_END=''; private NEW_LINE ='\n'; - private VERSION_NUM='55.0'; + private VERSION_NUM='56.0'; private CHAR_TAB='\t'; private LOADING='*loading..'; private infoMsg='All metadata selected except ';