Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere committed Aug 5, 2024
1 parent 374be46 commit 2b2815a
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 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
Expand Down Expand Up @@ -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/"
Expand Down

0 comments on commit 2b2815a

Please sign in to comment.