From b075430ec4b4523c0ff3bc03627d04f5720ec4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Fri, 14 Apr 2017 22:37:45 -0300 Subject: [PATCH] v3.2 --- src/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mage.php b/src/Mage.php index 4944c52d..79fb8740 100644 --- a/src/Mage.php +++ b/src/Mage.php @@ -17,6 +17,6 @@ */ class Mage { - const VERSION = '3.x-dev'; + const VERSION = '3.2'; const CODENAME = 'Nostromo'; }