Skip to content

Commit 9ec24c2

Browse files
authored
donate-cpu-server.py: change OLD_VERSION to 2.18.0 (danmar#7690)
1 parent c8031b4 commit 9ec24c2

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.65"
29+
SERVER_VERSION = "1.3.66"
3030

3131
# TODO: fetch from GitHub tags
32-
OLD_VERSION = '2.17.0'
32+
OLD_VERSION = '2.18.0'
3333

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

0 commit comments

Comments
 (0)