Rev1762, Fix binary files corruption with new updated
This commit is contained in:
parent
b66317fa7d
commit
f1f12ee8bd
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.5.1"
|
||||
self.rev = 1761
|
||||
self.rev = 1762
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.config_file = "zeronet.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue