From 1df998114fe62fb0c8e0547b3d91fb421233e088 Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Thu, 6 Oct 2016 19:48:16 +0200 Subject: [PATCH] Updated app version title for upcoming release. --- 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 1d453b53..626d027d 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -9,7 +9,7 @@ | */ $config['version'] = '1.2'; // This must be changed manually. -$config['release_label'] = 'Alpha.1'; // Leave empty for no title or add Alpha, Beta etc ... +$config['release_label'] = 'Beta.1'; // Leave empty for no title or add Alpha, Beta etc ... $config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*