Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6305589

Browse files
committed
Adds SDK_PACKAGE_VERSION
1 parent 971ea5f commit 6305589

File tree

1 file changed

+1
-1
lines changed
  • Composer/packages/client/config

1 file changed

+1
-1
lines changed

Composer/packages/client/config/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function getClientEnvironment(publicUrl) {
8787
// images into the `src` and `import` them in code to get their paths.
8888
PUBLIC_URL: publicUrl,
8989
GIT_SHA: getGitSha().toString().replace('\n', ''),
90-
SDK_PACKAGE_VERSION: '4.10.2', // TODO: change this when Composer supports custom schema/custom runtime
90+
SDK_PACKAGE_VERSION: '4.11.0', // TODO: change this when Composer supports custom schema/custom runtime
9191
COMPOSER_VERSION: '1.2.0',
9292
LOCAL_PUBLISH_PATH:
9393
process.env.LOCAL_PUBLISH_PATH || path.resolve(process.cwd(), '../../../extensions/localPublish/hostedBots'),

0 commit comments

Comments
 (0)