Bumped Version to 1.3.0

This commit is contained in:
Khishore-KM
2023-08-30 04:08:12 +05:30
parent fd65bdd11d
commit cf72ad1c40
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-alpha4"
self.version = "1.3.0"
# Load config template
with open(get_resource('http/config-template.json'), 'r',