Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Dec 9, 2023
1 parent 1ff28a3 commit 9cffb23
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 3.5 © MIT licensed
Duino-Coin Official AVR Miner 3.9 © MIT licensed
https://duinocoin.com
https://github.com/revoxhere/duino-coin
Duino-Coin Team & Community 2019-2023
Expand Down Expand Up @@ -109,7 +109,7 @@ def port_num(com):


class Settings:
VER = '3.5'
VER = '3.9'
SOC_TIMEOUT = 15
REPORT_TIME = 120
AVR_TIMEOUT = 10
Expand Down

0 comments on commit 9cffb23

Please sign in to comment.