From bbc6d015e8bc65d21c964b6db4e4ff1612b566d9 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 2 Nov 2015 08:53:01 +0200 Subject: [PATCH] Fixed issue with recurring invoices --- 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 71b31f2a02..8fcc3cddba 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -405,7 +405,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.4'); + define('NINJA_VERSION', '2.4.5'); define('NINJA_DATE', '2000-01-01'); define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');