From 8ab28ced1a54590e4974022a1fee8086396b4a64 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 13 Jan 2016 11:09:34 +0200 Subject: [PATCH] Update version --- app/Http/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 002c08892e25..05992aff57be 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -437,7 +437,7 @@ if (!defined('CONTACT_EMAIL')) { define('NINJA_GATEWAY_CONFIG', 'NINJA_GATEWAY_CONFIG'); define('NINJA_WEB_URL', 'https://www.invoiceninja.com'); define('NINJA_APP_URL', 'https://app.invoiceninja.com'); - define('NINJA_VERSION', '2.4.9.3'); + define('NINJA_VERSION', '2.4.9.4'); define('NINJA_DATE', '2000-01-01'); define('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja');