From fa4d7b656aa71b9638140a57d8e47ec984a1a2de Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 27 Jul 2018 21:06:50 +0530 Subject: [PATCH] Update __init__.py --- settings/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/__init__.py b/settings/__init__.py index 96f55c7..0121a9d 100644 --- a/settings/__init__.py +++ b/settings/__init__.py @@ -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')) @@ -41,4 +41,4 @@ COIN = 1000000000000 WALLET_DAEMON_PORT = 12124 -RPC_DAEMON_PORT = 12122 \ No newline at end of file +RPC_DAEMON_PORT = 12122