This commit is contained in:
David Bomba 2023-08-22 07:42:27 +10:00
parent ab39a55eb1
commit d0acf8ba55
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v1 uses: actions/checkout@v1
with: with:
ref: v5-develop ref: laravel10
- name: Copy .env file - name: Copy .env file
run: | run: |

View File

@ -1 +1 @@
5.7.0 5.7.1

View File

@ -15,8 +15,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION','5.7.0'), 'app_version' => env('APP_VERSION','5.7.1'),
'app_tag' => env('APP_TAG','5.7.0'), 'app_tag' => env('APP_TAG','5.7.1'),
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''), 'api_secret' => env('API_SECRET', ''),