v0.8.6(4626)

This commit is contained in:
PramUkesh 2023-07-01 04:27:48 +05:30 committed by GitHub
parent e8cf14bcf5
commit 866179f6a3
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.8.5"
self.rev = 4625
self.version = "0.8.6"
self.rev = 4626
self.argv = argv
self.action = None
self.test_parser = None