Version 0.4.1, Rev1501
This commit is contained in:
parent
4dbaab7dd4
commit
6ac4c8c9cb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue