daca@home: update client version [ci skip] (#5774)

This commit is contained in:
Daniel Marjamäki 2023-12-17 16:38:52 +01:00 committed by GitHub
parent e7d0bb0009
commit 1c7036f174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import copy
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
# changes)
CLIENT_VERSION = "1.3.52"
CLIENT_VERSION = "1.4.0"
# Timeout for analysis with Cppcheck in seconds
CPPCHECK_TIMEOUT = 30 * 60