bump revision

This commit is contained in:
caryoscelus 2022-04-12 06:46:17 +00:00
parent 7658f57161
commit a6a36c7c09
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ import time
class Config(object):
def __init__(self, argv):
self.version = "0.7.3.2"
self.version = "0.7.3.95"
# DEPRECATED ; replace with git-generated commit
self.rev = 5002
self.rev = 5003
self.argv = argv
self.action = None
self.test_parser = None