Skip to content

Commit ad62041

Browse files
committed
donate-cpu-server: OLD_VERSION=2.2
1 parent 0b62ca7 commit ad62041

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
@@ -22,9 +22,9 @@
2222
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2323
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2424
# changes)
25-
SERVER_VERSION = "1.3.6"
25+
SERVER_VERSION = "1.3.7"
2626

27-
OLD_VERSION = '2.1'
27+
OLD_VERSION = '2.2'
2828

2929

3030
# Set up logging

0 commit comments

Comments
 (0)