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 4efaaaa commit 2fcfa21Copy full SHA for 2fcfa21
src/Config.py
@@ -8,7 +8,7 @@ class Config(object):
8
9
def __init__(self, argv):
10
self.version = "0.4.0"
11
- self.rev = 1428
+ self.rev = 1429
12
self.argv = argv
13
self.action = None
14
self.config_file = "zeronet.conf"
0 commit comments