Increment base build number

Since we rebased the commit count is smaller
This commit is contained in:
2025-10-12 15:50:53 +02:00
parent d4fe91860a
commit 0fd36de4a3
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ cd firka
set -e
SHORT_SHA=$(git rev-parse --short HEAD)
COMMIT_COUNT=$(git rev-list --count HEAD)
BASE_BUILD_NUMBER=$((1000 + COMMIT_COUNT))
BASE_BUILD_NUMBER=$((1300 + COMMIT_COUNT))
ORIGINAL_VERSION=$(grep "^version:" pubspec.yaml | sed 's/version: *//' | sed 's/+.*//')
update_version_for_abi() {