Skip to content

Commit da6390e

Browse files
committed
daca: update CLIENT_VERSION to 2.0.0, moving whole repo feels like a MAJOR change [ci skip]
1 parent 7fac3a1 commit da6390e

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 = "1.3.70"
19+
CLIENT_VERSION = "2.0.0"
2020

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

0 commit comments

Comments
 (0)