From 7a1a5e2eb7d4da8b7035a7fe92d67a45b90b8067 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 27 Mar 2018 17:05:35 +0300 Subject: [PATCH] Bumped version number to 4.3.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 e17d74aa8ab6..db0f03820851 100644 --- a/app/Constants.php +++ b/app/Constants.php @@ -339,7 +339,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.2.2' . env('NINJA_VERSION_SUFFIX')); + define('NINJA_VERSION', '4.3.0' . env('NINJA_VERSION_SUFFIX')); define('NINJA_TERMS_VERSION', ''); define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja')); diff --git a/docs/conf.py b/docs/conf.py index cee0f0bfcf2f..78a65ebd2a2b 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.2' +version = u'4.3' # The full version, including alpha/beta/rc tags. -release = u'4.2.2' +release = u'4.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.