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 09d2b7e commit f251fdfCopy full SHA for f251fdf
web/version.py
@@ -18,7 +18,7 @@
18
19
# Application version number components
20
APP_RELEASE = 9
21
-APP_REVISION = 9
+APP_REVISION = 10
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 = 90900
+APP_VERSION_INT = 91000
31
32
# DO NOT CHANGE!
33
# The application version string, constructed from the components
0 commit comments