From 19d7a0a8c8b09158b826e2d6f2ddcdac50182678 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:22:03 +0100 Subject: [PATCH] Update PC_Miner.py --- PC_Miner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PC_Miner.py b/PC_Miner.py index 260dbf5d..30bea540 100644 --- a/PC_Miner.py +++ b/PC_Miner.py @@ -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 @@ -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/"