We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeb18f commit 5498682Copy full SHA for 5498682
web/version.py
@@ -18,7 +18,7 @@
18
19
# Application version number components
20
APP_RELEASE = 9
21
-APP_REVISION = 7
+APP_REVISION = 8
22
23
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
24
# for GA releases.
@@ -27,7 +27,7 @@
27
# Numeric application version for upgrade checks. Should be in the format:
28
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
29
# zero if needed, and Z represents the suffix, with a leading zero if needed
30
-APP_VERSION_INT = 90700
+APP_VERSION_INT = 90800
31
32
# DO NOT CHANGE!
33
# The application version string, constructed from the components
0 commit comments