changed named to v1.4.1 alpha 1

This commit is contained in:
sanjayk03-dev
2024-06-07 03:39:38 +05:30
parent c5b158293d
commit e638d40cf6
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.0"
self.version = "1.4.1"
# Load config template
with open(get_resource('http/config-template.json'), 'r',