Update Mage.php

This commit is contained in:
Andrés Montañez
2017-02-04 16:14:23 -03:00
committed by GitHub
parent b09089c270
commit 18fd988c21
+1 -1
View File
@@ -17,6 +17,6 @@ namespace Mage;
*/ */
class Mage class Mage
{ {
const VERSION = '3.0.0'; const VERSION = '3.x-dev';
const CODENAME = 'Nostromo'; const CODENAME = 'Nostromo';
} }