We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b62ca7 commit ad62041Copy full SHA for ad62041
1 file changed
tools/donate-cpu-server.py
@@ -22,9 +22,9 @@
22
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
23
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
24
# changes)
25
-SERVER_VERSION = "1.3.6"
+SERVER_VERSION = "1.3.7"
26
27
-OLD_VERSION = '2.1'
+OLD_VERSION = '2.2'
28
29
30
# Set up logging
0 commit comments