From ea33ea27a3c2798a5865ffa5e0a6f74626249886 Mon Sep 17 00:00:00 2001 From: revoxhere <50244265+revoxhere@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:28:27 +0200 Subject: [PATCH] Version bump --- AVR_Miner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AVR_Miner.py b/AVR_Miner.py index bb8c0b2f..8309d694 100644 --- a/AVR_Miner.py +++ b/AVR_Miner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Duino-Coin Official AVR Miner 4.0 © MIT licensed +Duino-Coin Official AVR Miner 4.1 © MIT licensed https://duinocoin.com https://github.com/revoxhere/duino-coin Duino-Coin Team & Community 2019-2024 @@ -109,7 +109,7 @@ def port_num(com): class Settings: - VER = '4.0' + VER = '4.1' SOC_TIMEOUT = 15 REPORT_TIME = 120 AVR_TIMEOUT = 10