From c2637be03f9ffdb959785ce9c3160a11b43d12d6 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 30 Nov 2022 12:04:16 +0530 Subject: [PATCH] Update version for release. --- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config.py b/web/config.py index a8a7ff1be08..55c9ea708a9 100644 --- a/web/config.py +++ b/web/config.py @@ -43,7 +43,7 @@ # Application version number components APP_RELEASE = 6 -APP_REVISION = 16 +APP_REVISION = 17 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. @@ -52,7 +52,7 @@ # Numeric application version for upgrade checks. Should be in the format: # [X]XYYZZ, where X is the release version, Y is the revision, with a leading # zero if needed, and Z represents the suffix, with a leading zero if needed -APP_VERSION_INT = 61600 +APP_VERSION_INT = 61700 # DO NOT CHANGE! # The application version string, constructed from the components