Merge branch 'release/1.8.0' into develop

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Sergey Linnik
2024-01-30 18:12:51 +03:00
22 changed files with 52 additions and 30 deletions

View File

@ -22,7 +22,7 @@ from src.common import string
class ConfigurationManager:
version = '1.7.0'
version = '1.8.0'
def getVersion(self) -> str:
return self.version