From 5654dd46cfd10c97ee0d1858baa18fb2c434e81d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 24 Jan 2016 16:32:56 +0100 Subject: [PATCH] Removed the 'Beta' label from config. --- src/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index ebe14b16..10d9c160 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -10,7 +10,7 @@ | */ $config['ea_version'] = '1.1.0'; // This must be changed manually. -$config['ea_release_title'] = 'Beta 2'; // Leave empty for no title or add BETA, TEST etc ... +$config['ea_release_title'] = ''; // Leave empty for no title or add BETA, TEST etc ... $config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*