Skip to content

Commit 007ccc6

Browse files
authored
Update version to 1.1.0 for Apple nightly binaries (#15468)
1 parent e7560e1 commit 007ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: set_version
3939
shell: bash
4040
run: |
41-
VERSION="0.8.0.$(TZ='PST8PDT' date +%Y%m%d)"
41+
VERSION="1.1.0.$(TZ='PST8PDT' date +%Y%m%d)"
4242
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4343
4444
build-demo-ios:

0 commit comments

Comments
 (0)