From 4e3fc5edab8ae46e2ad9427801c39a31a6d5ce33 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Tue, 14 Jan 2025 10:23:44 -0800 Subject: [PATCH] Update the version for apple packages on the release branch --- .github/workflows/apple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index b71c8cc2af0..9e8fc446e7a 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -37,7 +37,7 @@ jobs: id: set_version shell: bash run: | - VERSION="0.4.0.$(TZ='PST8PDT' date +%Y%m%d)" + VERSION="0.5.0" echo "version=$VERSION" >> "$GITHUB_OUTPUT" build-demo-ios: