From f5ee7f51f55edc547fdb3b5845aec9a8ecde0f1a Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 27 Mar 2017 20:17:48 +0200 Subject: [PATCH] Version 0.2.0 --- src/silkaj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/silkaj.py b/src/silkaj.py index 58175bb..aa758d1 100755 --- a/src/silkaj.py +++ b/src/silkaj.py @@ -49,7 +49,7 @@ def cli(): ep, c = dict(), Command() subcmd = ["info", "diffi", "network", "issuers", "argos", "amount", "transaction", "generate_auth_file"] if c.is_help_request() or c.is_usage_request() or c.subcmd not in subcmd: usage(); exit() - if c.is_version_request(): print("silkaj 0.1.0"); exit() + if c.is_version_request(): print("silkaj 0.2.0"); exit() ep["domain"], ep["port"] = "duniter.org", "10901" try: ep["domain"], ep["port"] = c.get_definition('p').rsplit(':', 1) except: -- GitLab