Skip to content

Commit

Permalink
bump to v1.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 19, 2024
1 parent 1aed631 commit a5e3628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function run() {
// const extractDir = 'home/runner/bolt'
// await exec(`mkdir -p ${extractDir}`)
core.info('Downloading mitmproxy...')
const releaseVersion = 'v0.7.0'
const releaseVersion = 'v1.0.0-rc'
const filename = `${releaseName}-${releaseVersion}-linux-x86_64.tar.gz`
// Sample URL :: https://github.com/koalalab-inc/bolt/releases/download/v0.7.0/bolt-v0.7.0-linux-x86_64.tar.gz
await exec(
Expand Down

0 comments on commit a5e3628

Please sign in to comment.