diff --git a/src/Mage.php b/src/Mage.php index f1b6313..a12c89e 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ namespace Mage; */ class Mage { - const VERSION = '4.x'; + const VERSION = '4.0.0'; const CODENAME = 'Discovery One'; }