donate_cpu: Incremented client version.

This commit is contained in:
orbitcowboy 2020-12-27 14:41:36 +01:00
parent 5fbf2d4e26
commit 81be03fd6d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import shlex
# 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.2"
CLIENT_VERSION = "1.3.3"
# Timeout for analysis with Cppcheck in seconds
CPPCHECK_TIMEOUT = 60 * 60