Version 0.5.4, Rev2046
This commit is contained in:
parent
f33f1faeea
commit
6bef5ca7f4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue