diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index cc6ff50a..28d97545 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -5,7 +5,7 @@ on: push: branches: ['develop'] env: - BUILD_VERSION: '1.5' + BUILD_VERSION: '1.6' DOTNET_VERSION: 9.0.x XCODE_VERSION: 16.2 DOTNET_VERSION_TARGETS: net9.0 diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index a57e7349..3955cf08 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -6,7 +6,7 @@ on: branches: ['develop'] types: [opened, synchronize, reopened] env: - BUILD_VERSION: '1.5' + BUILD_VERSION: '1.6' DOTNET_VERSION: 9.0.x XCODE_VERSION: 16.2 DOTNET_VERSION_TARGETS: net9.0 diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 21f22b31..e00d4781 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -5,7 +5,7 @@ on: push: branches: ['main'] env: - BUILD_VERSION: '1.5' + BUILD_VERSION: '1.6' DOTNET_VERSION: 9.0.x XCODE_VERSION: 16.2 DOTNET_VERSION_TARGETS: net9.0