changed from 1.5.0 to 1.6.0, added rotary feature

This commit is contained in:
sanjayk03-dev
2024-10-13 23:32:26 +05:30
parent 5cbc9ae780
commit 59fef72a84
7 changed files with 26 additions and 6 deletions

View File

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