From dc167356c15748d05debdec755c80dbc3820a303 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 30 Aug 2015 15:13:08 +0300 Subject: [PATCH] Updated version --- 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 ea6dca581ff0..63a678f357bc 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -373,7 +373,7 @@ if (!defined('CONTACT_EMAIL')) { define('NINJA_GATEWAY_CONFIG', ''); define('NINJA_WEB_URL', 'https://www.invoiceninja.com'); define('NINJA_APP_URL', 'https://app.invoiceninja.com'); - define('NINJA_VERSION', '2.3.3'); + define('NINJA_VERSION', '2.3.4'); define('NINJA_DATE', '2000-01-01'); define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');