From 8e13074a2fa1f1f96844b3e5771e9514770bc499 Mon Sep 17 00:00:00 2001 From: Bram <84628826+sys-256@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:24:17 +0200 Subject: [PATCH] Update version --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.js b/worker.js index 567c5e5..e7e6027 100644 --- a/worker.js +++ b/worker.js @@ -67,7 +67,7 @@ onmessage = (event) => { ); // Send the result back to the server socket.send( - `${result},${hashrate},Duino-JS v3.5 by sys-256,${rigid}`, + `${result},${hashrate},Duino-JS v4.0 by sys-256,${rigid}`, ); // Break the script so it stops calculating the other possible hashes break;