Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
chore: bump js sdk version to 4.13.2-preview (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgummersall authored and peterinnesmsft committed May 10, 2021
1 parent 2cf0c15 commit f637ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generator-bot-adaptive/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module.exports = class extends BaseGenerator {
_writeJsPackageJson() {
const { botName, integration } = this.options;

const sdkVersion = '~4.13.1-preview';
const sdkVersion = '~4.13.2-preview';

const dependencies = {
[integrations.functions]: {
Expand Down

0 comments on commit f637ee2

Please # to comment.