From fc654a09341dba5bb4ee649a5a7a4a7c9fc34ff4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 3 Jun 2016 11:19:57 +0100 Subject: [PATCH] Let's make it Beta 1 --- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.py b/web/config.py index 4dd6c7697..ebb85aa68 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 = 'dev' +APP_SUFFIX = 'beta1' # Copyright string for display in the app APP_COPYRIGHT = 'Copyright 2013 - 2016, The pgAdmin Development Team'