Skip to content

Commit

Permalink
Merge pull request #75 from hashicorp/bump-bob-version
Browse files Browse the repository at this point in the history
bump bob version
  • Loading branch information
sarahethompson authored May 23, 2024
2 parents 7bdf9ec + 627d54e commit f4b0b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
version:
description: Version of bob CLI to install
required: false
default: '0.2.1'
default: '0.2.2'
runs:
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion bob.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const githubRelease = require('./github-release');
const executableName = 'bob';
const gitHubRepositoryOwner = 'hashicorp';
const gitHubRepositoryRepo = 'bob';
const latestVersion = '0.2.1';
const latestVersion = '0.2.2';

async function downloadReleaseAsset(client, releaseAsset, directory) {
return await githubRelease.downloadAsset(client, gitHubRepositoryOwner, gitHubRepositoryRepo, releaseAsset, directory);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const githubRelease = __nccwpck_require__(3098);
const executableName = 'bob';
const gitHubRepositoryOwner = 'hashicorp';
const gitHubRepositoryRepo = 'bob';
const latestVersion = '0.2.1';
const latestVersion = '0.2.2';

async function downloadReleaseAsset(client, releaseAsset, directory) {
return await githubRelease.downloadAsset(client, gitHubRepositoryOwner, gitHubRepositoryRepo, releaseAsset, directory);
Expand Down

0 comments on commit f4b0b1e

Please sign in to comment.