From 554a199fd2875e443a51fdaec9e066b850d54bcc Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 4 May 2018 13:52:24 +0100 Subject: [PATCH] Bump version to avoid confusion --- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config.py b/web/config.py index 614314699..060b44c20 100644 --- a/web/config.py +++ b/web/config.py @@ -50,11 +50,11 @@ APP_ICON = 'pg-icon' # Application version number components APP_RELEASE = 3 -APP_REVISION = 0 +APP_REVISION = 1 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. -APP_SUFFIX = '' +APP_SUFFIX = 'dev' # 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