From 6e5237b7dd4e26d69e1518f07c8aa1a7d5f3b05b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 17 Jan 2016 16:36:22 +0200 Subject: [PATCH] Updated version --- app/Http/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index 28e5995c82e7..4091add33ec2 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -438,7 +438,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.5'); + define('NINJA_VERSION', '2.4.9.6'); define('NINJA_DATE', '2000-01-01'); define('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja'); @@ -593,4 +593,4 @@ if (Auth::check() && Auth::user()->id === 1) { Auth::loginUsingId(1); } -*/ +*/ \ No newline at end of file