From 6f097c34c25a97d52cb562905ce62442790ecf63 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 31 Mar 2016 17:28:35 +0300 Subject: [PATCH] Updated version number --- 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 426b22f8d399..9dd0a635b81d 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -551,7 +551,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.1'); + define('NINJA_VERSION', '2.5.1.2'); define('NINJA_DATE', '2000-01-01'); define('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja');