diff --git a/PC_Miner.py b/PC_Miner.py index f2fffb39..2d728844 100644 --- a/PC_Miner.py +++ b/PC_Miner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Duino-Coin Official PC Miner 4.1 © MIT licensed +Duino-Coin Official PC Miner 4.2 © MIT licensed https://duinocoin.com https://github.com/revoxhere/duino-coin Duino-Coin Team & Community 2019-2024 @@ -142,7 +142,7 @@ class Settings: """ ENCODING = "UTF8" SEPARATOR = "," - VER = 4.1 + VER = 4.2 DATA_DIR = "Duino-Coin PC Miner " + str(VER) TRANSLATIONS = ("https://raw.githubusercontent.com/" + "revoxhere/"