From 90652d0f87534a6101d63443736dfe9dd54399f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Tue, 31 Jan 2017 00:00:15 -0300 Subject: [PATCH] [Nostromo] 3.0.0 Release --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index 1af7c75..18d62eb 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ namespace Mage; */ class Mage { - const VERSION = '3.0.0-alpha1'; + const VERSION = '3.0.0'; const CODENAME = 'Nostromo'; }