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 30984c6 commit 819c2b0Copy full SHA for 819c2b0
src/Config.py
@@ -13,7 +13,7 @@ class Config(object):
13
14
def __init__(self, argv):
15
self.version = "0.6.5"
16
- self.rev = 3846
+ self.rev = 3850
17
self.argv = argv
18
self.action = None
19
self.pending_changes = {}
0 commit comments