v0.8.0(4600)

This commit is contained in:
canewsin 2022-10-01 02:22:50 +05:30 committed by GitHub
parent 966f671efe
commit fd857985f6
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.0"
self.rev = 4591
self.version = "0.8.1"
self.rev = 4600
self.argv = argv
self.action = None
self.test_parser = None