diff --git a/src/Mage.php b/src/Mage.php index 1af7c75..18d62eb 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ namespace Mage; */ class Mage { - const VERSION = '3.0.0-alpha1'; + const VERSION = '3.0.0'; const CODENAME = 'Nostromo'; }