From 18be8b65f70dea975abacabb812d0a2a6712ba10 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 17 Jan 2016 13:57:55 +0100 Subject: [PATCH] Updated the config version name to 'Beta 2'. --- 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 4175bddd..4e4806ee 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'; // Leave empty for no title or add BETA, TEST etc ... +$config['ea_release_title'] = 'Beta 2'; // Leave empty for no title or add BETA, TEST etc ... $config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*