We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fac3a1 commit da6390eCopy full SHA for da6390e
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 = "1.3.70"
+CLIENT_VERSION = "2.0.0"
20
21
# Timeout for analysis with Cppcheck in seconds
22
CPPCHECK_TIMEOUT = 30 * 60
0 commit comments