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