Skip to content

Commit

Permalink
Dump v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jan 24, 2025
1 parent e88713e commit 70ce313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ce313

Please sign in to comment.