Version 0.4.1, Rev1501

This commit is contained in:
shortcutme 2016-09-04 18:07:56 +02:00
parent 4dbaab7dd4
commit 6ac4c8c9cb

View file

@ -7,8 +7,8 @@ import ConfigParser
class Config(object):
def __init__(self, argv):
self.version = "0.4.0"
self.rev = 1429
self.version = "0.4.1"
self.rev = 1501
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"