Skip to content

Commit

Permalink
bump default supported VS Code API version to 1.68.1 (eclipse-theia#1…
Browse files Browse the repository at this point in the history
…2090)

Contributed on behalf of STMicroelectronics

Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed Feb 3, 2023
1 parent 9aa2956 commit 124013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/application-package/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
* The default supported API version the framework supports.
* The version should be in the format `x.y.z`.
*/
export const DEFAULT_SUPPORTED_API_VERSION = '1.66.2';
export const DEFAULT_SUPPORTED_API_VERSION = '1.68.1';

0 comments on commit 124013d

Please sign in to comment.