makefile rm bbserial version change

This commit is contained in:
saifullah-N
2022-12-24 11:08:53 +05:30
parent 9a86d11d1e
commit 4525324a4a
4 changed files with 3 additions and 3 deletions

View File

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