From a9cb795875a3e4aa29f0f36bb27d176929b7d9f5 Mon Sep 17 00:00:00 2001 From: Kirill Chernenko <32082417+sfaqer@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:25:06 +1000 Subject: [PATCH] Bump OVM to v1.2.0 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d3711eb..f354b24 100644 --- a/index.js +++ b/index.js @@ -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);