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 27761c5 commit f46b945Copy full SHA for f46b945
1 file changed
src/Config.py
@@ -13,7 +13,7 @@ class Config(object):
13
14
def __init__(self, argv):
15
self.version = "0.7.1"
16
- self.rev = 4460
+ self.rev = 4461
17
self.argv = argv
18
self.action = None
19
self.test_parser = None
0 commit comments