Skip to content

Commit 543b9ca

Browse files
committed
daca: update OLD_VERSION
1 parent 0491f59 commit 543b9ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.68"
29+
SERVER_VERSION = "1.3.69"
3030

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

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

0 commit comments

Comments
 (0)