Version 0.5.4, Rev2046

This commit is contained in:
shortcutme 2017-04-13 16:27:38 +02:00
parent f33f1faeea
commit 6bef5ca7f4
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -9,8 +9,8 @@ import ConfigParser
class Config(object): class Config(object):
def __init__(self, argv): def __init__(self, argv):
self.version = "0.5.3" self.version = "0.5.4"
self.rev = 2045 self.rev = 2046
self.argv = argv self.argv = argv
self.action = None self.action = None
self.config_file = "zeronet.conf" self.config_file = "zeronet.conf"