From c5125f794095065317fbcdd1dcac78e24315ae18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 25 Feb 2017 20:06:26 -0300 Subject: [PATCH] v3.1.0 --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index 4944c52..0f5455a 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.1.0'; const CODENAME = 'Nostromo'; }