bumped version to 1.3.0-alpha4

This commit is contained in:
saifullah-N
2023-06-16 22:29:27 +05:30
parent 8698cf77fd
commit adf2a90096
3 changed files with 3 additions and 3 deletions

View File

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