Merge pull request #327 from andres-montanez/nostromo

[Nostromo] 3.0.0 Release
This commit is contained in:
Andrés Montañez
2017-01-31 00:26:48 -03:00
committed by GitHub
+1 -1
View File
@@ -17,6 +17,6 @@ namespace Mage;
*/
class Mage
{
const VERSION = '3.0.0-alpha1';
const VERSION = '3.0.0';
const CODENAME = 'Nostromo';
}