Skip to content

Commit

Permalink
Bump OVM to RC17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivanchenko authored Sep 10, 2023
1 parent a10c890 commit 5b21670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function run() {
if (platform == 'win32') {
pathToOVM = path.dirname(__dirname) + '/' + 'ovm.exe';
}
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC15/ovm.exe --output ' + pathToOVM);
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC17/ovm.exe --output ' + pathToOVM);

if (platform == 'win32') {
let pathToOVM = path.dirname(__dirname);
Expand Down Expand Up @@ -110,4 +110,4 @@ function installMacOs() {
return value.join('\n');
}

run()
run()

0 comments on commit 5b21670

Please sign in to comment.