Skip to content

Commit

Permalink
v 0.8.0(4590)
Browse files Browse the repository at this point in the history
- Major Version Upgrade to reflect RCE reported by geekless.
  • Loading branch information
canewsin authored May 26, 2022
1 parent ac70f83 commit b257338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
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
Expand Down

0 comments on commit b257338

Please sign in to comment.