From 93dcf53023384b0ea8149435c18b282d872a848f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 19 Sep 2026 21:02:34 +0200 Subject: [PATCH] daca: update OLD_VERSION --- tools/donate-cpu-server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/donate-cpu-server.py b/tools/donate-cpu-server.py index 63a55f5b338..74647e32f70 100755 --- a/tools/donate-cpu-server.py +++ b/tools/donate-cpu-server.py @@ -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.69" +SERVER_VERSION = "1.3.70" # TODO: fetch from GitHub tags -OLD_VERSION = '2.21.0' +OLD_VERSION = '2.22.0' HEAD_MARKER = 'head results:' INFO_MARKER = 'info messages:'