Updated the version in config.php file for v1.2.0 Alpha.1
This commit is contained in:
parent
18a311fc9a
commit
9223140a7d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
|
||||
*/
|
||||
$config['version'] = '1.2'; // This must be changed manually.
|
||||
$config['release_label'] = 'Dev'; // Leave empty for no title or add Alpha, Beta etc ...
|
||||
$config['release_label'] = 'Alpha.1'; // Leave empty for no title or add Alpha, Beta etc ...
|
||||
$config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue