We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7383c12 commit 19d7a0aCopy full SHA for 19d7a0a
PC_Miner.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
"""
3
-Duino-Coin Official PC Miner 3.31 © MIT licensed
+Duino-Coin Official PC Miner 3.33 © MIT licensed
4
https://duinocoin.com
5
https://github.com/revoxhere/duino-coin
6
Duino-Coin Team & Community 2019-2022
@@ -136,7 +136,7 @@ class Settings:
136
137
ENCODING = "UTF8"
138
SEPARATOR = ","
139
- VER = 3.31
+ VER = 3.33
140
DATA_DIR = "Duino-Coin PC Miner " + str(VER)
141
TRANSLATIONS = ("https://raw.githubusercontent.com/"
142
+ "revoxhere/"
0 commit comments