From 648eebd230c393477cae0b6349ffae6a9093d2b3 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 21 Jun 2016 12:20:01 +0100 Subject: [PATCH] Bump version for beta 2. --- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.py b/web/config.py index 3a31c53e2..f5b649884 100644 --- a/web/config.py +++ b/web/config.py @@ -28,7 +28,7 @@ APP_REVISION = 0 # Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string # for GA releases. -APP_SUFFIX = 'beta1' +APP_SUFFIX = 'beta2' # Copyright string for display in the app APP_COPYRIGHT = 'Copyright 2013 - 2016, The pgAdmin Development Team'