This commit is contained in:
sanjayk03-dev
2025-09-21 01:57:17 +05:30
parent f092c0c5d0
commit 44b85bad5a
5 changed files with 4 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ class Config(object):
self.values = {}
try:
self.version = "1.6.6"
self.version = "1.6.7"
# Load config template
with open(get_resource('http/config-template.json'), 'r',