From 80d0dda1e0748a477493a4065862866ec7468655 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 9 Apr 2016 23:03:51 +0300 Subject: [PATCH] Bumped version to 2.5.1.3 --- 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 a47f75ac1dea..59d22caf3e94 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -535,7 +535,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.5.1.2'); + define('NINJA_VERSION', '2.5.1.3'); define('NINJA_DATE', '2000-01-01'); define('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja');