Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-256 committed Jul 7, 2024
1 parent da91c2f commit 8e13074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e13074

Please sign in to comment.