Skip to content

Commit 5b21670

Browse files
authored
Bump OVM to RC17
1 parent a10c890 commit 5b21670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function run() {
2626
if (platform == 'win32') {
2727
pathToOVM = path.dirname(__dirname) + '/' + 'ovm.exe';
2828
}
29-
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC15/ovm.exe --output ' + pathToOVM);
29+
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC17/ovm.exe --output ' + pathToOVM);
3030

3131
if (platform == 'win32') {
3232
let pathToOVM = path.dirname(__dirname);
@@ -110,4 +110,4 @@ function installMacOs() {
110110
return value.join('\n');
111111
}
112112

113-
run()
113+
run()

0 commit comments

Comments
 (0)