Update to Version 3.3.0

This commit is contained in:
Andrés Montañez
2017-07-22 17:46:31 -03:00
parent b62ae49bb0
commit 621bb8e8df
+1 -1
View File
@@ -17,6 +17,6 @@ namespace Mage;
*/
class Mage
{
const VERSION = '3.x-dev';
const VERSION = '3.3.0';
const CODENAME = 'Nostromo';
}