From 872ac577e368f7f35123c436c1c12e3501451ff7 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 26 Sep 2021 13:29:43 +1000 Subject: [PATCH] version bump --- VERSION.txt | 2 +- config/ninja.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 7b5a3ce7bd50..229d10653e70 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.16 \ No newline at end of file +5.3.17 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index cb1c26444d66..82e23d9d78c0 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.3.16', - 'app_tag' => '5.3.16', + 'app_version' => '5.3.17', + 'app_tag' => '5.3.17', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), @@ -37,7 +37,7 @@ return [ 'trusted_proxies' => env('TRUSTED_PROXIES', false), 'is_docker' => env('IS_DOCKER', false), 'local_download' => env('LOCAL_DOWNLOAD', false), - 'sentry_dsn' => env('SENTRY_LARAVEL_DSN', 'https://9b4e15e575214354a7d666489783904a@sentry.invoicing.co/6'), + 'sentry_dsn' => env('SENTRY_LARAVEL_DSN', 'https://32f01ea994744fa08a0f688769cef78a@sentry.invoicing.co/9'), 'environment' => env('NINJA_ENVIRONMENT', 'selfhost'), // 'hosted', 'development', 'selfhost', 'reseller' 'preconfigured_install' => env('PRECONFIGURED_INSTALL',false), 'update_secret' => env('UPDATE_SECRET', ''),