From 904d6c0f54dd8efb7338938337a630b6734bcabc Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 15 Aug 2016 07:41:40 -0500 Subject: [PATCH] Set Apigility::VERSION to 1.4.0 --- src/Apigility/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Apigility/constants.php b/src/Apigility/constants.php index a229337..a8c6dd6 100644 --- a/src/Apigility/constants.php +++ b/src/Apigility/constants.php @@ -6,4 +6,4 @@ namespace Apigility; -const VERSION = '1.4.0dev'; +const VERSION = '1.4.0';