Skip to content

Commit 4ecc90c

Browse files
committed
chore(lib): import witnet_toolkit v2.0.26
1 parent 550c337 commit 4ecc90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828

2929
const __dirname = import.meta.dirname;
3030

31-
const version = "2.0.25";
31+
const version = "2.0.26";
3232
const toolkitDownloadUrlBase = `https://github.com/witnet/witnet-rust/releases/download/${version}/`;
3333
const toolkitDownloadNames = {
3434
win32: (arch) => `witnet_toolkit-${arch}-pc-windows-msvc.exe`,

0 commit comments

Comments
 (0)