From 1f2b0481ac94f7cda3d09ccda2d32d99a20101a9 Mon Sep 17 00:00:00 2001 From: AJ Lauer Barinov Date: Fri, 22 Nov 2024 13:21:52 -0800 Subject: [PATCH] ci: update fallback --- scripts/create-dynamic-xcframework.sh | 2 +- scripts/create-static-xcframework.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-dynamic-xcframework.sh b/scripts/create-dynamic-xcframework.sh index 6ed870bf..0113e90d 100755 --- a/scripts/create-dynamic-xcframework.sh +++ b/scripts/create-dynamic-xcframework.sh @@ -8,7 +8,7 @@ then fi if [[ $(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/') == $(git branch --show-current) ]]; then - readonly RELEASE_VERSION="4.1.2" + readonly RELEASE_VERSION="4.2.0" echo "▸ Not on a release branch. Falling back to hardcoded release version: $RELEASE_VERSION" else readonly RELEASE_VERSION=$(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/') diff --git a/scripts/create-static-xcframework.sh b/scripts/create-static-xcframework.sh index c24adb15..9f586570 100755 --- a/scripts/create-static-xcframework.sh +++ b/scripts/create-static-xcframework.sh @@ -8,7 +8,7 @@ then fi if [[ $(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/') == $(git branch --show-current) ]]; then - readonly RELEASE_VERSION="4.1.2" + readonly RELEASE_VERSION="4.2.0" echo "▸ Not on a release branch. Falling back to hardcoded release version: $RELEASE_VERSION" else readonly RELEASE_VERSION=$(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/')