v 0.8.1-patch(4601)

This commit is contained in:
canewsin 2022-10-05 03:36:15 +05:30 committed by GitHub
parent ac72d623f0
commit ba96654e1d
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.1"
self.rev = 4600
self.version = "0.8.1-patch"
self.rev = 4601
self.argv = argv
self.action = None
self.test_parser = None