From 7b050a4c31d046755c68ea7b1cc3ab62ec3cb5d3 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 12 Jul 2021 16:35:25 +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 3b730733b..ce1eedb8f 100644 --- a/web/config.py +++ b/web/config.py @@ -43,7 +43,7 @@ APP_ICON = 'pg-icon' # Application version number components APP_RELEASE = 5 -APP_REVISION = 4 +APP_REVISION = 5 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. @@ -52,7 +52,7 @@ APP_SUFFIX = '' # 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 = 50400 +APP_VERSION_INT = 50500 # DO NOT CHANGE! # The application version string, constructed from the components