From 7d760530691ca0de11153af3ad01e01115e594cb Mon Sep 17 00:00:00 2001 From: alext Date: Thu, 18 May 2017 21:34:13 +0200 Subject: [PATCH] Updated application version label. --- 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 3572a706..efd2c63e 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -8,7 +8,7 @@ | Declare some of the global config values of Easy!Appointments. | */ -$config['version'] = '1.2'; // This must be changed manually. +$config['version'] = '1.2.1'; // This must be changed manually. $config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... $config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;