From d38af6849d097ec78c5ff57d5b306ec8617a13ae Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 25 Jul 2021 22:32:35 +0000 Subject: [PATCH] Updated version --- mm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm.js b/mm.js index 918247b..8b1a02d 100755 --- a/mm.js +++ b/mm.js @@ -34,7 +34,7 @@ const child_process = require('child_process'); // *** CONSTS *** // ***************************************************************************** -const VERSION = "v4.2"; +const VERSION = "v4.3"; const DEFAULT_ALGO = "rx/0"; // this is algo that is assumed to be sent by pool if its job does not contain algo stratum extension const AGENT = "Meta Miner " + VERSION;