This commit is contained in:
sanjayk03-dev
2025-06-24 22:06:44 +05:30
parent 7f18f0a573
commit d84c667c50
4 changed files with 4 additions and 4 deletions

View File

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