Skip to content

Commit 0c3d74f

Browse files
authored
daca@home: update OLD_VERSION and SERVER_VERSION [skip ci] (danmar#8294)
1 parent b672d76 commit 0c3d74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/donate-cpu-server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2727
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2828
# changes)
29-
SERVER_VERSION = "1.3.67"
29+
SERVER_VERSION = "1.3.68"
3030

3131
# TODO: fetch from GitHub tags
32-
OLD_VERSION = '2.19.0'
32+
OLD_VERSION = '2.20.0'
3333

3434
HEAD_MARKER = 'head results:'
3535
INFO_MARKER = 'info messages:'

0 commit comments

Comments
 (0)