Skip to content

Commit

Permalink
Bump OVM to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaqer authored Oct 3, 2023
1 parent d8352d1 commit a9cb795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-RC17/ovm.exe --output ' + pathToOVM);
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.2.0/ovm.exe --output ' + pathToOVM);

if (platform == 'win32') {
let pathToOVM = path.dirname(__dirname);
Expand Down

0 comments on commit a9cb795

Please sign in to comment.