This commit is contained in:
caryoscelus 2022-04-25 11:46:49 +00:00
parent d07a1bb2c5
commit 733b1b05b1
2 changed files with 10 additions and 2 deletions

View file

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