From 8e29d16eecc7d9e432d31d7fcbe1d1404fb9ccc5 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 18 Jul 2016 16:34:00 +0100 Subject: [PATCH] Beta 3 version bump --- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.py b/web/config.py index ff7c1dbf1..9c70db8a8 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 = 'beta2.1' +APP_SUFFIX = 'beta3' # Copyright string for display in the app APP_COPYRIGHT = 'Copyright 2013 - 2016, The pgAdmin Development Team'