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 a69531c commit eb97ea4Copy full SHA for eb97ea4
src/Config.py
@@ -10,7 +10,7 @@ class Config(object):
10
11
def __init__(self, argv):
12
self.version = "0.5.7"
13
- self.rev = 2168
+ self.rev = 2169
14
self.argv = argv
15
self.action = None
16
self.config_file = "zeronet.conf"
0 commit comments