Skip to content

Commit c777350

Browse files
authored
Version bump
1 parent 0c0ebe2 commit c777350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AVR_Miner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
##########################################
3-
# Duino-Coin Python AVR Miner (v2.7.1)
3+
# Duino-Coin Python AVR Miner (v2.7.2)
44
# https://github.com/revoxhere/duino-coin
55
# Distributed under MIT license
66
# © Duino-Coin Community 2019-2021
@@ -95,7 +95,7 @@ def now():
9595
install('pypresence')
9696

9797
# Global variables
98-
MINER_VER = '2.71' # Version number
98+
MINER_VER = '2.72' # Version number
9999
SOC_TIMEOUT = 45
100100
PERIODIC_REPORT_TIME = 60
101101
AVR_TIMEOUT = 4 # diff 6 * 100 / 196 h/s = 3.06

0 commit comments

Comments
 (0)