From 5be950a4ffed357d3272b53f836e1adbe25bea14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 2 Oct 2021 15:22:19 +0200 Subject: [PATCH] donate-cpu-server: OLD_VERSION=2.6 --- 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 5721fe3c3..ed82eaec7 100755 --- a/tools/donate-cpu-server.py +++ b/tools/donate-cpu-server.py @@ -25,9 +25,9 @@ import html as html_lib # 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.18" +SERVER_VERSION = "1.3.19" -OLD_VERSION = '2.5' +OLD_VERSION = '2.6' # Set up logging