Skip to content

Commit

Permalink
drip
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jul 6, 2021
1 parent 6143d04 commit 2c842fc
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 Python AVR Miner (v2.5.2)
# Duino-Coin Python AVR Miner (v2.5.5)
# https://github.com/revoxhere/duino-coin
# Distributed under MIT license
# © Duino-Coin Community 2019-2021
Expand Down Expand Up @@ -95,7 +95,7 @@ def now():
install('pypresence')

# Global variables
MINER_VER = '2.52' # Version number
MINER_VER = '2.55' # Version number
NODE_ADDRESS = "server.duinocoin.com"
AVAILABLE_PORTS = [
2816, # AVR (1)
Expand Down

2 comments on commit 2c842fc

@revoxhere
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to update version number in the previous commit

@IdotMaster1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

among us drip???

Please sign in to comment.