Skip to content

Commit

Permalink
Update PC_Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Oct 31, 2022
1 parent 7383c12 commit 19d7a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PC_Miner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Duino-Coin Official PC Miner 3.31 © MIT licensed
Duino-Coin Official PC Miner 3.33 © MIT licensed
https://duinocoin.com
https://github.com/revoxhere/duino-coin
Duino-Coin Team & Community 2019-2022
Expand Down Expand Up @@ -136,7 +136,7 @@ class Settings:
"""
ENCODING = "UTF8"
SEPARATOR = ","
VER = 3.31
VER = 3.33
DATA_DIR = "Duino-Coin PC Miner " + str(VER)
TRANSLATIONS = ("https://raw.githubusercontent.com/"
+ "revoxhere/"
Expand Down

0 comments on commit 19d7a0a

Please sign in to comment.