From e30de6b719c923d70917a9f9364efdb29b7e9362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sun, 1 Apr 2018 18:19:50 -0300 Subject: [PATCH] Update version --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index f1b63134..a12c89e3 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ */ class Mage { - const VERSION = '4.x'; + const VERSION = '4.0.0'; const CODENAME = 'Discovery One'; }