Bump app build number to 791 (version 1.0.528+791)#6057
Merged
Conversation
Triggers Codemagic build with sync silent failure fix from PR #5994. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR is a single-line version bump in
Confidence Score: 5/5Safe to merge — the change is a single-line sequential version bump with no functional impact. The PR touches exactly one line in one file, both the semver and build number are incremented correctly, and the change's only purpose is to trigger a CI pipeline. There are no logic, security, or correctness concerns. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["PR #5994 merged\n(sync silent failure fix)"] --> B["Version bump PR\npubspec.yaml 1.0.528+790 → 1.0.529+791"]
B --> C["Codemagic CI triggered"]
C --> D["TestFlight build"]
C --> E["Play Store internal build"]
Reviews (1): Last reviewed commit: "Bump app version to 1.0.529+791" | Re-trigger Greptile |
1.0.528 is already on TestFlight/internal (build 790, merged Mar 24) but not yet on production App Store/Play Store. Safe to reuse version name with higher build number. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
lgtm |
Glucksberg
pushed a commit
to Glucksberg/omi-local
that referenced
this pull request
Apr 28, 2026
## Summary - Bumps app build number from 790 to 791, keeps version name 1.0.528 - Triggers Codemagic build to ship sync silent failure fix (PR BasedHardware#5994) ## Version check - `1.0.528+790` already on TestFlight/internal (merged Mar 24) - `1.0.528` not yet promoted to production App Store/Play Store - Safe to reuse version name with higher build number ## Changes - `app/pubspec.yaml`: version 1.0.528+790 → 1.0.528+791 ## Context PR BasedHardware#5994 (fix sync endpoint silent failure) merged with app-side changes: - `conversations.dart`: HTTP 207 parsing for partial sync failures - `conversation.dart`: `SyncLocalFilesResponse` extended with failure fields - `local_wal_sync.dart`: WALs kept retryable on 207 instead of marked synced _by AI for @beastoin_
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version check
1.0.528+790already on TestFlight/internal (merged Mar 24)1.0.528not yet promoted to production App Store/Play StoreChanges
app/pubspec.yaml: version 1.0.528+790 → 1.0.528+791Context
PR #5994 (fix sync endpoint silent failure) merged with app-side changes:
conversations.dart: HTTP 207 parsing for partial sync failuresconversation.dart:SyncLocalFilesResponseextended with failure fieldslocal_wal_sync.dart: WALs kept retryable on 207 instead of marked syncedby AI for @beastoin