We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8031b4 commit 9ec24c2Copy full SHA for 9ec24c2
tools/donate-cpu-server.py
@@ -26,10 +26,10 @@
26
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
27
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
28
# changes)
29
-SERVER_VERSION = "1.3.65"
+SERVER_VERSION = "1.3.66"
30
31
# TODO: fetch from GitHub tags
32
-OLD_VERSION = '2.17.0'
+OLD_VERSION = '2.18.0'
33
34
HEAD_MARKER = 'head results:'
35
INFO_MARKER = 'info messages:'
0 commit comments