v.1.4.1 to v.1.4.2 Alpha 1

This commit is contained in:
sanjayk03-dev
2024-07-24 20:19:12 +05:30
parent 4e957b52cb
commit 54ce6c8185
5 changed files with 5 additions and 5 deletions

View File

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