Skip to content

Commit

Permalink
Set final release version 4.9.1 (#828)
Browse files Browse the repository at this point in the history
* Set final release version

* Update botframework-cli-mac.yml
  • Loading branch information
munozemilio committed May 27, 2020
1 parent f23dae0 commit 5aeb275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/botframework-cli-mac.yml
Expand Up @@ -28,7 +28,7 @@ pr:
jobs:
- job: CLI
variables:
buildVersion: '4.9.1-RC0'
buildVersion: '4.9.1'
_version: ${{coalesce(variables.version, variables.buildVersion)}}

steps:
Expand Down
2 changes: 1 addition & 1 deletion build/botframework-cli.yml
Expand Up @@ -28,7 +28,7 @@ pr:
jobs:
- job: CLI
variables:
buildVersion: '4.9.1-RC0'
buildVersion: '4.9.1'
_version: ${{coalesce(variables.version, variables.buildVersion)}}

steps:
Expand Down

0 comments on commit 5aeb275

Please sign in to comment.