Skip to content

Commit 0fbaaf7

Browse files
authored
[RELEASE ONLY] Update version to 1.0.1 in apple.yml (#15927)
### Summary Update the version for the 1.0.1 release.
1 parent a5d1b7a commit 0fbaaf7

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="1.0.0"
41+
VERSION="1.0.1"
4242
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4343
4444
build-demo-ios:

0 commit comments

Comments
 (0)