From e8a0631bb9c512afc3d21d1fbff907a3dc0b6a46 Mon Sep 17 00:00:00 2001 From: alext Date: Sun, 6 Nov 2016 11:49:21 +0100 Subject: [PATCH] Updated version information. --- 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 c2de5438..3572a706 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'] = 'Beta.1'; // Leave empty for no title or add Alpha, Beta etc ... +$config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... $config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*