diff --git a/src/Mage.php b/src/Mage.php index 4944c52d..435b2c14 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ */ class Mage { - const VERSION = '3.x-dev'; + const VERSION = '3.3.0'; const CODENAME = 'Nostromo'; }