Skip to content

Commit af13db6

Browse files
committed
no message
1 parent da7b931 commit af13db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/factory/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
3-
'version' => '2.0.0-alpha', // Current version number
4-
'release_date' => 'Dec 23, 2018', // Date of release
3+
'version' => '2.0.0 RC', // Current version number
4+
'release_date' => 'Sep 20, 2019', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 2.0.0 alpha (Dec 23, 2018)'
6+
'full_appname' => 'Evolution CMS 2.0.0 RC (Sep 20, 2019)'
77
];

0 commit comments

Comments
 (0)