Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/donate-cpu-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
# changes)
SERVER_VERSION = "1.3.66"
SERVER_VERSION = "1.3.67"

# TODO: fetch from GitHub tags
OLD_VERSION = '2.18.0'
OLD_VERSION = '2.19.0'

HEAD_MARKER = 'head results:'
INFO_MARKER = 'info messages:'
Expand Down
Loading