We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7560e1 commit 007ccc6Copy full SHA for 007ccc6
.github/workflows/apple.yml
@@ -38,7 +38,7 @@ jobs:
38
id: set_version
39
shell: bash
40
run: |
41
- VERSION="0.8.0.$(TZ='PST8PDT' date +%Y%m%d)"
+ VERSION="1.1.0.$(TZ='PST8PDT' date +%Y%m%d)"
42
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
43
44
build-demo-ios:
0 commit comments