From 02b7ca64e89dd9b8cadd6a307c966fe557f79362 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 1 Jun 2015 16:08:38 +0300 Subject: [PATCH] Update 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 7b7b45a01b89..ad48eedf6a56 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -353,7 +353,7 @@ define('NINJA_GATEWAY_ID', GATEWAY_STRIPE); define('NINJA_GATEWAY_CONFIG', ''); define('NINJA_WEB_URL', 'https://www.invoiceninja.com'); define('NINJA_APP_URL', 'https://app.invoiceninja.com'); -define('NINJA_VERSION', '2.1.0'); +define('NINJA_VERSION', '2.1.1'); define('NINJA_DATE', '2000-01-01'); define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com'); define('RELEASES_URL', 'https://github.com/hillelcoren/invoice-ninja/releases/');