v 0.8.0(4590)

- Major Version Upgrade to reflect RCE reported by geekless.
This commit is contained in:
canewsin 2022-05-26 17:30:59 +05:30 committed by GitHub
parent ac70f83879
commit b257338b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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