Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav130100 authored Jul 27, 2018
1 parent c8261bb commit fa4d7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from utils.common import getHomeDir, makeDir

USER_AGENT = "ReCoal GUI Mainnet Wallet"
APP_NAME = "ReCoal GUI Wallet v0.2.1.1"
VERSION = [0, 2, 1, 1]
APP_NAME = "ReCoal GUI Wallet v0.2.2"
VERSION = [0, 2, 2]


_data_dir = makeDir(os.path.join(os.getcwd(), 'data'))
Expand All @@ -41,4 +41,4 @@
COIN = 1000000000000

WALLET_DAEMON_PORT = 12124
RPC_DAEMON_PORT = 12122
RPC_DAEMON_PORT = 12122

0 comments on commit fa4d7b6

Please sign in to comment.