From ab693744259793250310ac091a2388720c7453f0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 21 Feb 2018 21:38:12 +0200 Subject: [PATCH] Bumped version number to 4.2.0 --- app/Constants.php | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Constants.php b/app/Constants.php index 51e19f545109..03f5e1429fb1 100644 --- a/app/Constants.php +++ b/app/Constants.php @@ -338,7 +338,7 @@ if (! defined('APP_NAME')) { define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com')); define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'http://docs.invoiceninja.com/en/latest')); define('NINJA_DATE', '2000-01-01'); - define('NINJA_VERSION', '4.1.5' . env('NINJA_VERSION_SUFFIX')); + define('NINJA_VERSION', '4.2.0' . env('NINJA_VERSION_SUFFIX')); define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja')); define('SOCIAL_LINK_TWITTER', env('SOCIAL_LINK_TWITTER', 'https://twitter.com/invoiceninja')); diff --git a/docs/conf.py b/docs/conf.py index 51ef4dc653cd..a2c229169ced 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ author = u'Invoice Ninja' # built documents. # # The short X.Y version. -version = u'4.1' +version = u'4.2' # The full version, including alpha/beta/rc tags. -release = u'4.1.5' +release = u'4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.