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