Skip to content

Commit

Permalink
Merge pull request #562 from hashicorp/chore-bump-cli-version
Browse files Browse the repository at this point in the history
chore:  bump CLI version and update changelog
  • Loading branch information
Randall Morey authored May 19, 2021
2 parents d72b02a + e86a4fc commit 4fa5b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Canonical reference for changes, improvements, and bugfixes for Boundary Desktop.

## Next
## v1.0.1 [CLI 0.2.2] (2021.05.19)

### New

Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/electron-app/config/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const https = require('https');
const decompress = require('decompress');
const os = require('os');

const artifactVersion = '0.2.0';
const artifactVersion = '0.2.2';
const artifactDestination = path.resolve(__dirname, '..', 'cli');

const downloadArtifact = version => {
Expand Down

3 comments on commit 4fa5b92

@vercel
Copy link

@vercel vercel bot commented on 4fa5b92 May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

boundary-ui-desktop – ./ui/desktop

boundary-ui-desktop.vercel.app
boundary-ui-desktop-hashicorp.vercel.app
boundary-ui-desktop-git-main-hashicorp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4fa5b92 May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

boundary-ui – ./ui/admin

boundary-ui.vercel.app
boundary-ui-hashicorp.vercel.app
boundary-ui-git-main-hashicorp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4fa5b92 May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

boundary-ui-storybook – ./addons/rose

boundary-ui-storybook.vercel.app
boundary-ui-storybook-git-main-hashicorp.vercel.app
boundary-ui-storybook-hashicorp.vercel.app

Please sign in to comment.