From d8c22b2d795f0ba1fdb37bb92bcc5a1d4cdf43e8 Mon Sep 17 00:00:00 2001 From: Bram <84628826+sys-256@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:14:16 +0200 Subject: [PATCH] Update version to 4.1 --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.js b/worker.js index 29e5f21..c8659fa 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 v4.0 by sys-256,${rigid}`, + `${result},${hashrate},Duino-JS v4.1 by sys-256,${rigid}`, ); // Break the script so it stops calculating the other possible hashes break;