We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c337 commit 4ecc90cCopy full SHA for 4ecc90c
1 file changed
src/bin/index.js
@@ -28,7 +28,7 @@ import {
28
29
const __dirname = import.meta.dirname;
30
31
-const version = "2.0.25";
+const version = "2.0.26";
32
const toolkitDownloadUrlBase = `https://github.com/witnet/witnet-rust/releases/download/${version}/`;
33
const toolkitDownloadNames = {
34
win32: (arch) => `witnet_toolkit-${arch}-pc-windows-msvc.exe`,
0 commit comments