diff --git a/tools/donate-cpu-server.py b/tools/donate-cpu-server.py index c6269ae09..2dbe5a81d 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.24" +SERVER_VERSION = "1.3.25" -OLD_VERSION = '2.7' +OLD_VERSION = '2.8' # Set up logging