diff --git a/src/Mage.php b/src/Mage.php index 4944c52..78e38d4 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ namespace Mage; */ class Mage { - const VERSION = '3.x-dev'; + const VERSION = '3.4.0'; const CODENAME = 'Nostromo'; }