Skip to content

Commit 19d7a0a

Browse files
authored
Update PC_Miner.py
1 parent 7383c12 commit 19d7a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PC_Miner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""
3-
Duino-Coin Official PC Miner 3.31 © MIT licensed
3+
Duino-Coin Official PC Miner 3.33 © MIT licensed
44
https://duinocoin.com
55
https://github.com/revoxhere/duino-coin
66
Duino-Coin Team & Community 2019-2022
@@ -136,7 +136,7 @@ class Settings:
136136
"""
137137
ENCODING = "UTF8"
138138
SEPARATOR = ","
139-
VER = 3.31
139+
VER = 3.33
140140
DATA_DIR = "Duino-Coin PC Miner " + str(VER)
141141
TRANSLATIONS = ("https://raw.githubusercontent.com/"
142142
+ "revoxhere/"

0 commit comments

Comments
 (0)