From d0acf8ba55c780b0b82fc0aad1429d078fdad155 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 22 Aug 2023 07:42:27 +1000 Subject: [PATCH] v5.7.1 --- .github/workflows/release.yml | 2 +- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1981601c10d8..4bc6d6382589 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v1 with: - ref: v5-develop + ref: laravel10 - name: Copy .env file run: | diff --git a/VERSION.txt b/VERSION.txt index 3b867ccd76c3..262122f6796a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.7.0 \ No newline at end of file +5.7.1 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 646f456a9cd1..4644e2a1a59b 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -15,8 +15,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => env('APP_VERSION','5.7.0'), - 'app_tag' => env('APP_TAG','5.7.0'), + 'app_version' => env('APP_VERSION','5.7.1'), + 'app_tag' => env('APP_TAG','5.7.1'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),