We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8096327 commit c5b8495Copy full SHA for c5b8495
src/Config.py
@@ -10,7 +10,7 @@ class Config(object):
10
11
def __init__(self, argv):
12
self.version = "0.6.2"
13
- self.rev = 3328
+ self.rev = 3329
14
self.argv = argv
15
self.action = None
16
self.config_file = "zeronet.conf"
0 commit comments