Skip to content

Commit 138d906

Browse files
committed
CLIENT_VERSION 1.4.0
1 parent 77e3f3f commit 138d906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/donate_cpu_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
1717
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
1818
# changes)
19-
CLIENT_VERSION = "2.0.0"
19+
CLIENT_VERSION = "1.4.0"
2020

2121
# Timeout for analysis with Cppcheck in seconds
2222
CPPCHECK_TIMEOUT = 30 * 60

0 commit comments

Comments
 (0)