v 0.8.0(4590)
- Major Version Upgrade to reflect RCE reported by geekless.
This commit is contained in:
parent
ac70f83879
commit
b257338b0a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ import time
|
|||
class Config(object):
|
||||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.9-patch"
|
||||
self.rev = 4586
|
||||
self.version = "0.8.0"
|
||||
self.rev = 4590
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.test_parser = None
|
||||
|
|
Loading…
Reference in a new issue