Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jun 12, 2024
1 parent 65e9c7f commit ea33ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea33ea2

Please sign in to comment.