From e8fe31c6239c5adb5f0a5572ea01fe552eb7024d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Tue, 31 Jan 2017 00:28:35 -0300 Subject: [PATCH] [Nostromo] Stable Version --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index 4944c52..18d62eb 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.0.0'; const CODENAME = 'Nostromo'; }