From 18fd988c2156abf1cd6b4a5cfeb1afe21111f3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 4 Feb 2017 16:14:23 -0300 Subject: [PATCH] Update Mage.php --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index 18d62eb..4944c52 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ namespace Mage; */ class Mage { - const VERSION = '3.0.0'; + const VERSION = '3.x-dev'; const CODENAME = 'Nostromo'; }