v0.8.6(4626)
This commit is contained in:
parent
e8cf14bcf5
commit
866179f6a3
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.8.5"
|
self.version = "0.8.6"
|
||||||
self.rev = 4625
|
self.rev = 4626
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.test_parser = None
|
self.test_parser = None
|
||||||
|
|
Loading…
Reference in a new issue