We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e3f3f commit 138d906Copy full SHA for 138d906
1 file changed
tools/donate_cpu_lib.py
@@ -16,7 +16,7 @@
16
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
17
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
18
# changes)
19
-CLIENT_VERSION = "2.0.0"
+CLIENT_VERSION = "1.4.0"
20
21
# Timeout for analysis with Cppcheck in seconds
22
CPPCHECK_TIMEOUT = 30 * 60
0 commit comments